Menu

Bug in button 'Done' in preferences window.

2003-07-31
2003-07-31
  • David Asorey Álvarez

    Raymond A. St. Marie (rastm2) has reported a bug (http://sourceforge.net/tracker/index.php?func=detail&aid=777855&group_id=86480&atid=579763).

    (Thanks, Raymond).

    I'm working on that.

    The bug has been detected on windows 9x and linux+python2.2.

    There is a (dirty) solution while I improve the program:

    a) Linux: execute this command:

    touch ~/.pymprovisator.conf

    b) Windows:

         1) Open a MS-Dos Window.
         2) Type this command (one line):

    copy "C:\Program Files\Pymprovisator\examples\pymprovisator.conf.example"  %HOME%\.pymprovisator.conf

    (You have to adjust the quoted string to your installation).

    This may help.

    (I haven't any Windows 9x/Me machine, so I can't test this command, sorry. I've tested on Windows 2000 only).

    Thanks for your support.

    --
    David Asorey lvarez.

     
    • David Asorey Álvarez

      Tomorrow, I'll try to upload the new version 0.1.1.

      The new version 0.1.1 is Python 2.3 compilant. It's
      very easy:
      I've just modified the header in each
      source file, replacing the first line:

      #!/usr/bin/env python

      with two lines:

      #!/usr/bin/env python
      # -*- coding: iso-8859-1 -*-

      That's all.
      If you don't want wait until tomorrow, you may write
      this lines yourself ;-)

      --
      David Asorey lvarez

       

Log in to post a comment.