Programming Languages: Python, C++
License: BSD License
browse code,
statistics cvs -d:pserver:anonymous@gnofract4d.cvs.sourceforge.net:/cvsroot/gnofract4d login
cvs -z3 -d:pserver:anonymous@gnofract4d.cvs.sourceforge.net:/cvsroot/gnofract4d co -P modulename
browse code,
statistics,
last commit on 2011-12-03
git clone git://gnofract4d.git.sourceforge.net/gitroot/gnofract4d/gnofract4d (read-only)
Hi, I'm trying to compile Gnofract4D 3.14 on a Mac OSX 10.5 Leopard. Thank you jblang for providing those steps, however I'm not able to link Python with Gnofract4D. At this point I've tried changing the path 3 different versions of python, each with different result. [quote]Edit the file gnofract4d file in the root of the extracted gnofract4d directory. Change the first line from...
2012-05-08 16:06:14 PDT by khristianc
Hi osiris3000, We cannot support newer Ubuntu versions than their TLS release, which is currently Lucid Lynx. Because of how Ubuntu works and the fact we use an extension for Cython written in C/C++, by virtue this means we can't currently create an 'official' .deb for newer Ubuntu versions. For a quick build, follow our Linux instructions at...
2012-05-01 11:37:35 PDT by dx-mon
Hello, I have a problem to install gnofract4d_3.14.deb (amd64) on ubuntu 11.10 oneiric. This packet seems compiled with python2.6, but the oneiric works with python2.7 by default. So the package cannot to be installed. Could anybody prepare a deb-package of gnofract4d 3.14 that runs with python 2.7 on Ubuntu 10.11 oneiric ? Thank you very much. With kindly regards osiris300.
2012-03-29 04:42:50 PDT by osiris300
Hi rumbuff, I would comment that I remember pkg-config being a part of the base install of Ubuntu or at least being installed when installing "build-essential", but I will add an extra Q/A to the page detailing this for Ubuntu V11.10 and onward Thanks, DX-MON.
2012-03-09 13:32:23 PST by dx-mon
Hi there, first of all, thanks a lot for this great application, I love it :) I have a suggestion for your wiki-page [b]CompilerProblems[/b]: Compiling version 3.14 from source (Kubuntu 11.10 amd64), I got the warning [quote]NO PNG HEADERS FOUND[/quote] and [quote]Can't find 'libpng'[/quote] although I have had package [color=blue]libpng12-dev[/color] installed. Solution: I...
2012-03-09 10:05:08 PST by rumbuff
Hi again, First you need to "sudo apt-get install libpng-dev libjpeg-dev" to get rid of the headers issues. Then you must run the install as root - this is all detailed in the HOWTO on installing Gnofract4d from sources. to run the install as root after a successful build, run "sudo ./setup.py install" Once you have the -dev packages down, delete the build folder with...
2012-03-07 07:19:28 PST by dx-mon
I have tried this several times now, reinstalling python2.6.7, recreating the link, each time I am either met with the same 'permission denied' error I received originally, or I receive these new errors. I really need to get this working..Any help would be appreciated.
2012-03-06 18:39:04 PST by https://www.google.com/accounts
OP here. I have a new PC, this one is running Kubuntu 11.10 64-bit. I am having very similar problems as to last time. I have installed python2.6.7 to /opt/python2.6.7 and changed permissions and setup the link as per your instructions. However, when I run the commands to install I am receiving the following error: [code] ./setup.py build && ./setup.py install Can't find...
2012-03-05 21:13:34 PST by https://www.google.com/accounts
That did indeed fix the problem! Thanks much :)
2012-02-23 18:52:29 PST by https://www.google.com/accounts
Hello anonymous poster, It sounds like your installation of Python is not executable, or if it is, it's not for everybody. It must also be readable by everybody. This gives you a base-line of privileges of 0755 for the file in question. also, you've not shown how you made your link. It must be a symlink. Try the following two commands: sudo chmod 0755 /opt/python2.6.7 sudo ln -svf...
2012-02-23 03:50:08 PST by dx-mon