From: Tony R. <To...@br...> - 2009-08-07 02:59:52
|
ubuntu package segfaults in python2.5/2.6 i modified the debian package to allow python2.6... segfaults in 2.6 but works perfectly on 2.5 in Karmic. Python 2.6.2+ (release26-maint, Jul 24 2009, 16:16:12) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cvisual Segmentation fault (core dumped) looks like the reason it keeps failing is that the default python in the upcoming Ubuntu release is python2.6 and per this link: http://vpython.wikidot.com/forum/t-97105 there is still some issues with 2.6 and vpython? or is that solved and the package just needs to be rebuilt against 2.6? (read that visual needs to be compiled against a specific version at a time). not sure if pythonboost is 2.6 ready per that last link in ubuntu; 2.6 isnt even out of experimental in debian AFAIK. when i "import cvisual", is it actually pulling from: /usr/lib/python2.6/dist-packages/cvisualmodule.so.3.0.0 (+symlinks) --or-- /usr/lib/python2.5/site-packages/cvisualmodule.so.3.0.0 (+symlinks) ? i was going to try and repeatedly replace it with one compiled from source, and maybe mess with the C++ code. im not particularly knowledgeable of the language but i can help in whatever way need be if possible. ill run under 2.5 for now. ________________________________________ From: Guy K. Kloss [g....@ma...] Sent: Tuesday, August 04, 2009 12:22 AM To: vis...@li... Subject: Re: [Visualpython-users] Ubuntu packages On Tue, 04 Aug 2009 17:01:59 Tony Risinger wrote: > I'll keep on the report as I would really like to see Visual 5 in the > repo's and functional by final. Building from source is *nice*, but I like > tidy packages. Fully agreed. That's why I keep building .debs as well over installing from source and getting into the shallows of an unmaintainable system over the course of time. After all, VPython is not the only library I need to add to get my stuff going. > I feel like vpython is this hidden gem that I have just now > stumbled across; I think log/data visualization is very powerful, and > visual is letting me focus on the real work. Indeed, very true! It's so much more understandable knocking up a script in no time to place multi-dimensional data in a 3D scene with it. The other gem is of course Mayavi2 for this purpose ... Guy -- Guy K. Kloss Institute of Information and Mathematical Sciences Te Kura Putaiao o Mohiohio me Pangarau Massey University, Albany (North Shore City, Auckland) 473 State Highway 17, Gate 1, Mailroom, Quad B Building voice: +64 9 414-0800 ext. 9585 fax: +64 9 441-8181 G....@ma... http://www.massey.ac.nz/~gkloss ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Visualpython-users mailing list Vis...@li... https://lists.sourceforge.net/lists/listinfo/visualpython-users Tony Risinger Application Development Specialist Tel: 507-535-7563 | Fax: 507-292-5747 | Toll Free: 866-241-0639 To...@Br... http://www.brokerbin.com/ CONFIDENTIAL INFORMATION: This electronic mail message and any attached files contain information intended for the exclusive use of the specific individual(s) or entity(s) to whom it is addressed and may contain information that is propriety, privileged or confidential or otherwise exempt from disclosure. If you are not the intended recipient, please notify the sender immediately, by reply electronic mail or by telephone, of any unintended recipients so we may correct our records. Also, delete the original electronic mail and any attachments without making any copies of the electronic mail message or attachments. |