GraphViz in Windows hangs

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default GraphViz in Windows hangs

    I am using perl in windows and want to use the GraphViz module to
    interface with GraphViz. When I run any simple example program, a cmd
    prompt window for dot.exe opens and hangs there. My perl script
    creates the output file but it is empty. Does anyone know how to get
    GraphViz to work on Windows???

    danbornman@gmail.com Guest

  2. Similar Questions and Discussions

    1. GraphViz Representing Edges
      Hi, I was using GraphViz to draw a graph with Neato. I was wondering if there is a way to represent edges with different thickness. I know the...
    2. Windows 2000 SP 4; Browser Hangs
      I installed SP4 for Windows 2000. Prior to the upgrade my system was at SP3 and I was able to run ASP scripts from my browser just fine. For...
    3. Windows XP Pro hangs when logging off the Network
      Im having a problem with some machines hanging when some users are logging off our Network. It never happens when we log on as Admin or someone who...
    4. Windows Explorer Hangs
      I have done all the SP1 and updates but yet when I go to close folders the folders will not close and CPU util. goes to near 100%. Any suggestions...
    5. Windows hangs on Network Browsing
      When using Win XP on a small peer-to-peer network (8 computers plus a Snap Server), any program will hang ("Not Responding" in Network Control...
  3. #2

    Default Re: GraphViz in Windows hangs

    Make sure you have the latest version of IPC::Run installed from CPAN.

    jdrago_999 Guest

  4. #3

    Default Re: GraphViz in Windows hangs

    I have the latest available version [0.79]. I haven't heard that
    suggestion before in any of the user groups. Does anybody have any
    other ideas?
    First of all, does it sound like an issue with Perl or with GraphViz?

    danbornman@gmail.com Guest

  5. #4

    Default Re: GraphViz in Windows hangs

    Since GraphViz does work on Win32 just fine, it's got to be something
    wrong with your particular instance.

    Are you sure you have installed the latest version of GraphViz?
    What version of Perl are you using?
    Have you tried typing "r" at the CPAN prompt to see what installed
    modules have newer versions available on CPAN?

    jdrago_999 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139