Category: Code Page 1 of 2
After migrating to SQLalchemy 0.9.8 (python 2.7.6) I had an hour of bugfixing fun: Running this little test script below in ipython 1.2.1 with autoreload magic on, I…
This takes a file cmds.batch and submits every line as a shell command to the condor queue. cmds.batch [code lang=”bash”] cd working_dir;python /exec_path/script.py -param1 > logfile.log 2>&1; cd…
Following up to this article on how to set up time machine backups to a sparsebundle located on an arbitrary SMB/AFP/CIFS network share on OSX, there came a time…
If you’re trying to follow http://wiki.gephi.org/index.php/Plugin_Quick_Start_(5_minutes) to setup a basic Gephi plugin environment in Netbeans on OSX 10.8 with JDK 1.7 you might run into some of these nice…
Trying to install NEST on a OSX 10.8 machine and getting a [code] sed: RE error: illegal byte sequence[/code] error on make install? It seems OSX Lion has some issues with…
Add several commands to queue at once [code lang=”bash”] echo “call0;call1;” | at -q b -m now [/code] Delete all queued jobs [code lang=”bash”] atrm $(atq | cut…
This took a short while to figure out, since most guides out there are written for pre OSX 10.7. I guess this should work for 10.7 and 10.8…
Just in case anybody encounters this as well, I just had a build error while trying to build gwPython though MacPorts. It seems the OSX 10.6 SDK is…