phaplt / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

DPKT won't install #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to install DPKT from http://code.google.com/p/dpkt/ and it errors out.

Python distribution:   WinPython 2.7.3.1
Control panel version: 0.7

Python Version:  2.7.3
Qt Version:      4.7.4, PyQt4 (API v1) 4.8.6

What steps will reproduce the problem?
1. Open WinPython Control Panel
2. Add dpkt package
3. Open Python command prompt
4. import dpkt
5. error importing

What is the expected output? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by paul.fer...@gmail.com on 16 Nov 2012 at 12:42

GoogleCodeExporter commented 9 years ago
When trying to install DPKT from WinPython Control panel, there is build error 
due to the fact that I have no visa32.dll installed on my machine (DPKT 
somewhat's trying to do "from pyvisa.visa import *" during its building 
process).

Try installing it from the command line window with "python setup.py build 
install".

Original comment by pierre.raybaut on 13 Dec 2012 at 10:53

GoogleCodeExporter commented 9 years ago
Closing the issue because there was no activity for more than 6 months.

Original comment by pierre.raybaut on 15 Aug 2013 at 8:43