den-run-ai / yapgvb

Automatically exported from code.google.com/p/yapgvb
0 stars 0 forks source link

cannot import yapgvb in windows #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using Activepython 2.5
2. install the old yapgvb version for 2.5
3. import yapgvb

What is the expected output? What do you see instead?
should be ok, but got error message
  File "C:\Python25\lib\site-packages\yapgvb\__init__.py", line 20, in <module>
    from _yapgvb import *
ImportError: DLL load failed: The specified module could not be found.

What version of the product are you using? On what operating system?
yapgvb-1.1.3.win32-py2.5, winXP

Please provide any additional information below.

Original issue reported on code.google.com by lindayo...@gmail.com on 18 Feb 2009 at 11:23

GoogleCodeExporter commented 9 years ago
Version 1.1.3 is no longer supported (because I actually can't recompile it 
anymore).

If you don't need to read .dot files, try the newer 1.2.0 installer.  It will 
work
for graph generation.

Alternately, the Python 2.4 installer does still work, if you have Python 2.4
installed. (note- python 2.4 and 2.5 installations can co-exist on Windows)

Original comment by lonnie.p...@gmail.com on 19 Feb 2009 at 5:36