Hi,
I'm having a very similiar problem with Ipython and pyinstaller.
and wanted to try running the latest version.
On 09/07/2014 11:11 PM, David Rojas wrote:
same error on dev version
On Friday, September 5, 2014 11:41:08 PM UTC-7, Martin Z wrote:
On Friday 05 of September 2014 15:23:18 David Rojas wrote:
> Is there a way I can install the dev version using pip? I tried
installing
> it via gihub and it screwed with things on my end.
Installing dev version via pip is not possible (I haven't tried that).
But you can still use pyinstaller directly from the code tree without
installation:
python .\path\to\pyinstaller\pyinstaller.py ...
my python script is just one line:
from IPython.terminal.embed import InteractiveShellEmbed
I'm running .\path\to\pyinstaller\pyinstaller.py of a git clone of today
and encounter following problems:
11013 INFO: Processing hook hook-win32com.client
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "C:\Python27\lib\site-packages\pywin32-218-py2.7-win32.egg\pythoncom.py", line
3, in <module>
pywintypes.__import_pywin32_system_module__("pythoncom", globals())
File
"C:\Python27\lib\site-packages\pywin32-218-py2.7-win32.egg\pywintypes.py", line
98, in __import_pywin32_system_module__
raise ImportError("No system module '%s' (%s)" % (modname, filename))
ImportError: No system module 'pythoncom' (pythoncom27.dll)
.
.
.
29858 INFO: building COLLECT out00-COLLECT.toc
Traceback (most recent call last):
File "C:\tools\pyinstaller\pyinstaller.py", line 18, in <module>
run()
File "C:\tools\pyinstaller\PyInstaller\main.py", line 88, in run
run_build(opts, spec_file, pyi_config)
File "C:\tools\pyinstaller\PyInstaller\main.py", line 46, in run_build
PyInstaller.build.main(pyi_config, spec_file, **opts.__dict__)
File "C:\tools\pyinstaller\PyInstaller\build.py", line 1968, in main
build(specfile, kw.get('distpath'), kw.get('workpath'),
kw.get('clean_build'))
File "C:\tools\pyinstaller\PyInstaller\build.py", line 1917, in build
execfile(spec)
File "d:\work\mhcomm\mh_sync\mini\ipy_problem.spec", line 28, in <module>
name='ipy_problem')
File "C:\tools\pyinstaller\PyInstaller\build.py", line 1412, in __init__
self.__postinit__()
File "C:\tools\pyinstaller\PyInstaller\build.py", line 312, in __postinit__
self.assemble()
File "C:\tools\pyinstaller\PyInstaller\build.py", line 1445, in assemble
dist_nm=inm)
File "C:\tools\pyinstaller\PyInstaller\build.py", line 875, in checkCache
digest = cacheDigest(fnm)
File "C:\tools\pyinstaller\PyInstaller\build.py", line 829, in cacheDigest
data = open(fnm, "rb").read()
IOError: [Errno 22] invalid mode ('rb') or filename: ''
d:\work\mhcomm\mh_sync\mini>c:\tools\pyinstaller\pyinstaller.py ipy_problem.py
I am using a default python 2.7.4 install from the python web site (no
special Anakonda or whatever release)
The ipython release is 1.1.0
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.