Mahmoodreza Aarabi,
I'm not bundle python27.dll in exe. using windows 7(x64), same machine to 
dev and deploy, python 2.7 and Microsoft Visual C++ 2008 Redistributable 
Package (x86) 9.0.21022 
running "pyinstaller myspecfile.spec"

here my spec file 

# -*- mode: python -*-
a = Analysis(['main.py'],
             pathex=['E:\\Downloads\\eclipse\\git\\Python\\camelot'],
             hiddenimports=[],
             hookspath=None,
             runtime_hooks=None)
pyz = PYZ(a.pure)
exe = EXE(pyz,
          a.scripts,
          exclude_binaries=False,
          name='main.exe',
          debug=False,
          strip=None,
          upx=True,
          console=True )
coll = COLLECT(exe,
               a.binaries,
               a.zipfiles,
               a.datas,
               strip=None,
               upx=True,
               name='main')

 


Em quarta-feira, 7 de maio de 2014 09h23min54s UTC-3, Mahmoodreza Aarabi 
escreveu:
>
> do you bundle python27.dll in exe file?
> and if you run it in a clean system (system that does not have any program 
> on it except windows) you should install vcredist that related to your 
> python version
>
>
>
> On Wed, May 7, 2014 at 4:22 AM, João Paulo de Souza 
> <[email protected]<javascript:>
> > wrote:
>
>> when i try to run my exe i have this error 
>> Error loading Python DLL: 
>> C:\Users\JOOPAU~1\AppData\Local\Temp\_MEI49762\python27.dll (error code 1
>> 26) someone can help?
>>
>> -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/pyinstaller.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
>
>
> Bests,
> madoodia
>  

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

Reply via email to