Nehemiah Dacres wrote:
 > What are u using a #pragma for in python? You See that POUND sign your
using, thats a COMPILER DIRECTIVE, python is an interpreted scripting language, no PREPROCESSING allowed , (except for the .pyc code but thats compiled if you want to get technical with me)
Am I misinterpreting you intentions?

Yes.

Xcode supports "#pragma mark foo" that puts "foo" into a dropdown menu above your code in the editor so you can quickly jump between sections.


dan
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to