Hi all,

As I'm on OSX Lion I decided to test out the latest version with the
hope of sidestepping some of the compatibility issues I had previously
run into. With the understanding that it's not the most stable
version, has anyone else seen this/figured out a fix (this was the
result of running pyinstaller.py on a test script):

Traceback (most recent call last):
  File "pyinstaller.py", line 25, in <module>
    import PyInstaller.configure
  File "/Users/cody/Downloads/trunk/PyInstaller/configure.py", line
33, in <module>
    import PyInstaller.bindepend as bindepend
  File "/Users/cody/Downloads/trunk/PyInstaller/bindepend.py", line
30, in <module>
    from PyInstaller.depend import dylib
  File "/Users/cody/Downloads/trunk/PyInstaller/depend/dylib.py", line
149, in <module>
    from PyInstaller.lib.macholib import util
  File "/Users/cody/Downloads/trunk/PyInstaller/lib/macholib/util.py",
line 2, in <module>
    require("altgraph")
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 666, in
require
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 565, in
resolve
pkg_resources.DistributionNotFound: altgraph

For reference, both macholib and altgraph are included in PyInstaller/
lib from the looks of it.

Thanks!

-Cody

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to