From: SourceForge.net <no...@so...> - 2009-08-24 19:40:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7581068 By: wpvanpaassen Hi Nathaniel, Take a look at the pythondemo1, pythondemo2 and pythondemo_template examples in the tuxcap-build directory to see how to use pycap. Each Pycap app is basically a little c program that links in the tuxcap framework and starts the python interpreter and Pycap. Pycap in return loads a python script called game.py that functions as the starting point for your python code. So you can't do an import of Pycap/TuxCap in your python code. Also take a look at http://www.tweeler.com/index.php?FILE=GoOllie.dmg.zip http://www.tweeler.com/index.php?FILE=CubaLetra.dmg.zip http://www.tweeler.com/index.php?PAGE=download_atomicworm as these are free software mac games using PyCap and TuxCap and come with full source. If you need more help with your app PM me Cheers WP ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |