seanjensengrey / cogen

Automatically exported from code.google.com/p/cogen
MIT License
0 stars 0 forks source link

installing cogen doesn't add ctypes_iocp_impl folder #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. easy_install cogen
2. python -c "import cogen.core.proactors.ctypes_iocp_impl"

I expected no output (as with any successful import), but I get a traceback:

   Traceback (most recent call last):
     File "<string>", line 1, in <module>
   ImportError: No module named ctypes_iocp_impl

This is confirmed by checking the cogen installation (after "easy_install
-Z cogen", to unpack the zip file) and seeing that there is no subfolder
under cogen/core/proactors.

Tried cogen==dev and 0.2.1.  Using Windows 7, Python 2.6, distribute 0.6.10
(instead of setuptools' version of easy_install), both in a regular Python
install and in a virtualenv install.  Also tried using "easy_install -Z
cogen-0.2.1.zip" after confirming that the folder is in fact present inside
the zip file.  

I assume either a problem with the setup.py, some obscure bug, or pilot
error (though I've never experienced a problem like this before).

Original issue reported on code.google.com by peter9...@gmail.com on 13 Mar 2010 at 8:39

GoogleCodeExporter commented 8 years ago
Yeah, setup.py didn't have the ctypes_iocp_impl package. Fixed in r597.

Original comment by ionel...@gmail.com on 13 Mar 2010 at 9:16