Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6517707
By: fabioz

Usually, I have no headers unless actually needed:

#/usr/bin/python or maybe #/usr/bin/env python -- as pointed
in http://mail.python.org/pipermail/tutor/2007-June/054816.html should be used
if your module can be executed as a main module.

#coding: utf-8 (or some other encoding ) should be specified if you have some
non-ascii char in your module (note that there are variations on how to specify
that, but the important is that 'coding: xxx' is in your string:
http://www.python.org/dev/peps/pep-0263/ )

Cheers,

Fabio

______________________________________________________________________
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=293649

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to