-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 05.01.2011 17:29, schrieb LaurenP:
> Hi,
> I'm trying to use Sphinx to automatically generate documentation for a
> python project. One of the modules requires the scipy.signal package,
> which I try to import using the following: import scipy.signal as
> signal. Although the code runs just fine, making html with Sphinx
> results in a segmentation fault (output below). I can, however, use
> "import scipy as sp", making sure to put scipy directory in my
> sys.path and the documentation is generated without any problems, but
> of course, then I won't have the functionality in my code that I
> need.
> 
> I made a very simple test case to demonstrate the problem, creating a
> testclass with a few docstrings. I am inluding it below along with
> my .rst's. Commenting out the line "import scipy.signal as signal",
> everything works quite well.
> 
> Thanks for any insights into how to avoid seg faulting while still
> importing scipy.signal.
> Lauren

Hi Lauren,

I've tried to reproduce this with the example you attached, however I don't
get a segfault with scipy 0.8.0 -- which version are you using?

Georg

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)

iEYEARECAAYFAk0ldQoACgkQN9GcIYhpnLCEcgCZAfsiphlNeTQu4vP2iF3KOV7A
0J8AoIw6q7A4mMfyT4ng62enWnbkaczZ
=/APb
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to