Darned email line breaks.  

        In the instructions, on step 4:


----------------------------------------------------

4.  ...and BELOW that, add this:

-----------------------

        filename = os.path.join(self.application_directory,
self.GetProfileName() + "_datadir.ini")
        self._MergeConfigFile(filename)

        filename = os.path.join(self.windows_data_directory,
self.GetProfileName() + "_datadir.ini")
        self._MergeConfigFile(filename)

-----------------------

----------------------------------------------------

        When you copy this text, you'll grab line breaks where there aren't
supposed to be any.  There are four text lines total, and they break like
this:


filename = (etc...)
self._MergeConfigFile(filename)

filename = (etc...)
self._MergeConfigFile(filename)



        In addition, you'll have to adjust accordingly when you search for
the reference lines of code (since the original email will show breaks where
there aren't any).


        Sorry for the confusion!

_______________________________________________
SpamBayes@python.org
http://mail.python.org/mailman/listinfo/spambayes
Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html

Reply via email to