Re: [Tutor] Declaring a Python/C Package and Accessing Python Constants from C API

2007-05-11 Thread Adam Pridgen
I guess to follow this question up, I am trying to combine an Extension module and Python module under a single package, and I am not having any luck with it. I know I have an error in my configuration script, but I am not sure where or how.Here is my directory structure: I am trying to setup

[Tutor] Declaring a Python/C Package and Accessing Python Constants from C API

2007-05-11 Thread Adam Pridgen
Hello everyone, I am trying to create a python package that includes both a native python module and then a python module created using the Python/C API. I have several questions pertaining to this area. First, how do I make the C API module aware of the python module. Specifically, I have dec