sorry for the subject of the email that was relative to an error I had
in a first try.

Anybody reading this e-mail? Any hints?

sandro


On 9 Giu, 20:06, Alessandro Dentella <[email protected]> wrote:
> Hi, I tried create an executable for a gtk application. A first very simple
> case worked corectly, a second -real- case gives me the errors reported below.
>
>   WindowsError: [Error 267] Nome di directory non valido:
>   
> 'C:\\Programmi\\pyinstaller\\gestionale\\build\\pyi.win32\\gestionale\\outPYZ1.pyz'
>
> Tha's code autogenerated by pyinstaller, what should I do?
>
> thanks in advance.
> sandro
>
> The complete operations:
>
> C:\Programmi\pyinstaller>python Makespec.py --onefile 
> --paths=C:\Programmi\gesti
> onale\  O:\fossati\fossati\gestionale.py
> wrote C:\Programmi\pyinstaller\gestionale\gestionale.spec
> now run Build.py to build the executable
>
> C:\Programmi\pyinstaller>python Build.py gestionale\gestionale.spec
> checking Analysis
> building because support\useUnicode.py changed
> running Analysis outAnalysis0.toc
> Analyzing: support\_mountzlib.py
> Analyzing: support\useUnicode.py
> Analyzing: O:\fossati\fossati\gestionale.py
> W: Cannot determine your Windows or System directories
> W: Please add them to your PATH if .dlls are not found
> W: or install starship.python.net/skippy/win32/Downloads.html
> Warnings written to gestionale\warngestionale.txt
> checking PYZ
> building because toc changed
> building PYZ outPYZ1.toc
> checking PKG
> building because gestionale\build\pyi.win32\gestionale\outPYZ1.pyz changed
> building PKG outPKG3.pkg
> checking EXE
> rebuilding outEXE2.toc because gestionale.exe missing
> building EXE from outEXE2.toc
> Appending archive to EXE gestionale\dist\gestionale.exe
>
> C:\Programmi\pyinstaller>.\gestionale\dist\gestionale
> Traceback (most recent call last):
>   File "<string>", line 15, in <module>
>   File "C:\Programmi\pyinstaller\iu.py", line 435, in importHook
>     mod = _self_doimport(nm, ctx, fqname)
>   File "C:\Programmi\pyinstaller\iu.py", line 520, in doimport
>     exec co in mod.__dict__
>   File "gestionale\build\pyi.win32\gestionale\outPYZ1.pyz/setup", line 39, in 
> <m
> odule>
> WindowsError: [Error 267] Nome di directory non valido: 
> 'C:\\Programmi\\pyinstal
> ler\\gestionale\\build\\pyi.win32\\gestionale\\outPYZ1.pyz'
>
> --
> Sandro Dentella  *:-)http://sqlkit.argolinux.org       SQLkit home page - 
> PyGTK/python/sqlalchemy
--~--~---------~--~----~------------~-------~--~----~
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