W dniu 2010-03-24 12:43, Florian Höch pisze:
Hi,

I think it is an error, can you try updating to the latest py26win branch and see if the problem is fixed?

Am 24.03.2010 12:23, schrieb Krzysztof Jakubczyk:
Hello,
I have following problem (python 2.6 version) - I have 2 project that
use similar directory structure, I execute following commands:

cd src
C:/Python26\Installer\Makespec.py --name First src\main.py
C:/Python26\Installer\Makespec.py --name Second src\main2.py

In spec files they point to directories: "dist\First" and "dist\Second"
Then I execute:
C:/Python26\Installer\Build.py First.spec - it creates distribution in
dist\First directory
and then:
C:/Python26\Installer\Build.py Second.spec - it fails saying that dist
directory is not empty. It is NOT empty, but target directory is in fact
"dist\Second" which doesn't yet exist.

It used to work some time ago...
Is this an error and should be fixed or a desired behaviour?

regards,
Krzysztof

Ok, works, thanks for fast fix :)

--
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