Hello all,

This simply /must/ be something dumb. I just installed pyinstaller v2.1 
into my python2.6.6 install on a Win7 machine. I tried out the Hello World 
example, and get the following output (I couldn't find anything in the 
new/mail groups on this):

c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56>python 
pyinst
aller.py hello.py
72 INFO: wrote 
c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc5
6\hello\hello.spec
93 INFO: Testing for ability to set icons, version resources...
144 INFO: ... resource update available
148 INFO: UPX is not available.
c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyInstaller\d
epend\imptracker.py:332: DeprecationWarning: BaseException.message has been 
depr
ecated as of Python 2.6
  if not hookmodnm in e.message:
187 INFO: Processing hook hook-os
376 INFO: Processing hook hook-time
411 INFO: Processing hook hook-cPickle
480 INFO: Processing hook hook-_sre
631 INFO: Processing hook hook-cStringIO
746 INFO: Processing hook hook-encodings
763 INFO: Processing hook hook-codecs
1862 INFO: Processing hook hook-email
1960 INFO: Processing hook hook-httplib
2059 INFO: Processing hook hook-email.message
2292 INFO: Processing hook hook-pydoc
2636 INFO: Processing hook hook-parser
2963 INFO: Processing hook hook-distutils
3103 INFO: Processing hook hook-xml
3258 INFO: Processing hook hook-xml.sax
3306 INFO: Processing hook hook-pyexpat
3873 INFO: Processing hook hook-setuptools
4031 INFO: Processing hook hook-site
4064 INFO: Processing hook hook-xml.dom
4074 INFO: Processing hook hook-xml.dom.domreg
4287 INFO: Processing hook hook-win32com
4294 INFO: Processing hook hook-win32com.client
4419 INFO: Processing hook hook-pythoncom
4529 INFO: Processing hook hook-pywintypes
4612 INFO: Processing hook hook-win32ui
5131 INFO: Processing hook hook-Image
5629 INFO: Processing hook hook-PIL
5659 INFO: Processing hook hook-PIL.Image
6589 INFO: Processing hook hook-matplotlib
13773 INFO: Processing hook hook-pytz
23838 INFO: Processing hook hook-matplotlib.backends
24013 INFO: Processing hook hook-PyQt4
24014 INFO: Processing hook hook-PyQt4.QtCore
24134 INFO: Processing hook hook-PyQt4.Qt
24141 INFO: Processing hook hook-PyQt4.QtGui
24710 INFO: Processing hook hook-PyQt4.QtNetwork
24819 INFO: Processing hook hook-PyQt4.QtSql
24927 INFO: Processing hook hook-PyQt4.QtSvg
24929 INFO: Processing hook hook-PyQt4.QtTest
24930 INFO: Processing hook hook-PyQt4.QtXml
24931 INFO: Processing hook hook-PyQt4.QtWebKit
24937 INFO: Processing hook hook-PyQt4.QtOpenGL
25113 INFO: Processing hook hook-_tkinter
Traceback (most recent call last):
  File "pyinstaller.py", line 18, in <module>
    run()
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\main.py", line 88, in run
    run_build(opts, spec_file, pyi_config)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\main.py", line 46, in run_build
    PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\build.py", line 1922, in main
    config = configure.get_config(kw.get('upx_dir'))
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\configure.py", line 146, in get_config
    find_PYZ_dependencies(config)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\configure.py", line 116, in find_PYZ_dependencies
    a.analyze_r('pyi_importers')
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\depend\imptracker.py", line 166, in analyze_r
    newnms = self.analyze_one(name, nm, imptyp, level)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\depend\imptracker.py", line 227, in analyze_one
    mod = self.doimport(nm, ctx, fqname)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\depend\imptracker.py", line 336, in doimport
    mod = self._handle_hook(mod, hook)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\depend\imptracker.py", line 356, in _handle_hook
    mod = hook.hook(mod)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\hooks\hook-_tkinter.py", line 154, in hook
    tk_files = _collect_tkfiles(mod)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\hooks\hook-_tkinter.py", line 139, in _collect_tkfiles
    excludes=['demos', '*.lib', 'tclConfig.sh'])
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\build.py", line 1678, in __init__
    Target.__init__(self)
  File 
"c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56\PyIns
taller\build.py", line 302, in __init__
    (self.invcnum, self.__class__.__name__))
  File "C:\Python26\lib\ntpath.py", line 96, in join
    assert len(path) > 0
TypeError: object of type 'NoneType' has no len()

c:\Gary\P-smartmed\2014-03-plotter\pyinstaller-pyinstaller-e99cc56>

Any hints on what I'm doing wrong?

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to