sunzhenguo / pacparser

Automatically exported from code.google.com/p/pacparser
GNU Lesser General Public License v3.0
0 stars 0 forks source link

64-bit version of the Python DLL #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
import pacparser

What is the expected output? What do you see instead?
expected
nothing, import succeeded
instead
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pacparser\__init__.py", line 31, in <module>
    from pacparser import _pacparser
ImportError: DLL load failed: %1 is not a valid Win32 application.

What version of the product are you using? On what operating system?
pacparser 1.3.0 python module
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on 
win32

Please provide any additional information below.

Original issue reported on code.google.com by jeanmarc...@gmail.com on 8 Mar 2012 at 9:50

GoogleCodeExporter commented 9 years ago
Rather an enhancement with low priority I guess.

Original comment by jeanmarc...@gmail.com on 8 Mar 2012 at 9:52

GoogleCodeExporter commented 9 years ago
If it's an option, you can use 32-bit python (on 64-bit Windows) and pacparser 
will work just fine.

Original comment by m...@manugarg.com on 8 Mar 2012 at 7:02