Re: Cython Package support
"Stefan Behnel" <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <21874.194.114.62.38.1205928869.squirrel@groupware.dvs.informatik.tu-darmstadt.de> |
Hi, Andreas Kostyrka wrote: > The Cython Wiki mentions better package support? How does one use it? By arranging your source files in a package structure the way Python would expect it? What are you trying to achieve? Stefan