From: Bruce S. <Bru...@nc...> - 2010-01-13 16:45:05
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> My guess is that you don't have the "developer" versions of some of the libraries, possibly including some components of Python itself. In Linus there are typically two different versions of libraries needed by programs. The simple version is adequate for running programs built by someone else, but to build a program yourself you need the "dev" versions to be installed, which includes the include files (.h or .hpp) that are needed in the compilation phase.<br> <br> Bruce Sherwood<br> <br> Xunchi Chen wrote: <blockquote cite="mid:5a2...@ma..." type="cite"> <div class="gmail_quote"> <div>Dear Sir/Madam,</div> <div><br> </div> <div>When configuring visual-5.13_release.tar.bz2 on my UBUNTU 9.10, an error occurred and I don't know what to do. Can you help?</div> <div><br> </div> <div><br> </div> <div>configure: error: A suitable python interpreter was found, but you do not have the header files required for building C/C++ extensions to python, or another problem was encoutered when compiling a program that uses Python.h.</div> <div><br> </div> <div><br> </div> Thank you very much!<br> <font color="#888888"><br> Xunchi Chen<br> </font></div> <br> <pre wrap=""><pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/verizon-dev2dev">http://p.sf.net/sfu/verizon-dev2dev</a> </pre><pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Visualpython-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Vis...@li...">Vis...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/visualpython-users">https://lists.sourceforge.net/lists/listinfo/visualpython-users</a> </pre></pre> </blockquote> </body> </html> |