py2exe: LoadLibrary(pythondll) failed

2007-03-03 Thread zxo102
Hi there,
   I py2exe my test.py  as test.exe with a lot of dll and pyc in that
directory. If I move the test.exe into another directory and run it
from there, it gives me an error  LoadLibrary(pythondll) failed...
python24.dll.  How can I set it up correctly for this test.exe to
run?   Thanks.

Ouyang

-- 
http://mail.python.org/mailman/listinfo/python-list

Re: py2exe: LoadLibrary(pythondll) failed

2007-03-03 Thread Sick Monkey

(1)  You may want to read the following links:
http://docs.python.org/dist/describing-extensions.html#SECTION00234

which came from:
http://docs.python.org/dist/dist.html

Here is another good resource for py2exe:
http://www.py2exe.org/index.cgi/GeneralTipsAndTricks

(2) Also, you maybe interested in PyInstaller which can wrap up everything
in one functioning exe.
http://pyinstaller.python-hosting.com/

Single file: build a single executable file, totally self-contained, which
runs without any external dependency.

On 3 Mar 2007 10:37:19 -0800, zxo102 [EMAIL PROTECTED] wrote:


Hi there,
   I py2exe my test.py  as test.exe with a lot of dll and pyc in that
directory. If I move the test.exe into another directory and run it
from there, it gives me an error  LoadLibrary(pythondll) failed...
python24.dll.  How can I set it up correctly for this test.exe to
run?   Thanks.

Ouyang


--
http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list

Re: py2exe: LoadLibrary(pythondll) failed

2007-03-03 Thread Thomas Heller
zxo102 schrieb:
 Hi there,
I py2exe my test.py  as test.exe with a lot of dll and pyc in that
 directory. If I move the test.exe into another directory and run it
 from there, it gives me an error  LoadLibrary(pythondll) failed...
 python24.dll.  How can I set it up correctly for this test.exe to
 run?   Thanks.
 
 Ouyang
 
 

The test.exe created by py2exe relies on everything else in the dist directory,
so you must copy these files as well.

Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Re: py2exe: LoadLibrary(pythondll) failed

2007-03-03 Thread zxo102
On 3月4日, 上午6时50分, Thomas Heller [EMAIL PROTECTED] wrote:
 zxo102 schrieb:

  Hi there,
 I py2exe my test.py  as test.exe with a lot of dll and pyc in that
  directory. If I move the test.exe into another directory and run it
  from there, it gives me an error  LoadLibrary(pythondll) failed...
  python24.dll.  How can I set it up correctly for this test.exe to
  run?   Thanks.

  Ouyang

 The test.exe created by py2exe relies on everything else in the dist 
 directory,
 so you must copy these files as well.

 Thomas

Thanks. Let me try it.

-- 
http://mail.python.org/mailman/listinfo/python-list

Re: LoadLibrary(pythondll) failed

2007-02-10 Thread Thomas Heller
acncgc schrieb:
 I get an following error as I turn on my laptop;
 
 LoadLibrary(pythondll) failed
 
 After this error internet browser ( IE or mozilla) doesn't connect. I 
 can't browse any site.
 
 Any idea??
 
This looks like a message from a broken py2exe'd application.  You have to find 
out
where it comes from (AFAIK even viruses or trojaners have been built with 
Python).

Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list


LoadLibrary(pythondll) failed

2007-02-09 Thread acncgc
I get an following error as I turn on my laptop;

LoadLibrary(pythondll) failed

After this error internet browser ( IE or mozilla) doesn't connect. I 
can't browse any site.

Any idea??

-- 
http://mail.python.org/mailman/listinfo/python-list