Full View
Re: [Generateds-users] New version - generateDS-1.20c...
From: Dave Kuhlman <dkuhl...@rexx.com>...View Contact 
To: Thomas A. Moulton <tom.moul...@comcast.net> 
 
________________________________

 > From: Thomas A. Moulton <tom.moul...@comcast.net>
> Sent: Tue, January 19, 2010 1:00:25 PM
> 
> I've tried your latest version (i.e., v1.20c).  The symbolic link issue in
> the tar.gz file is definitely fixed!  The GUI no longer gives the waitpid
> error I described earlier; 

Tom -

Good.  Thanks for the heads-up on that.

> however, I now get the following error clicking
> the "Generate" button...
> 
> 'generateDS.py' is not recognized as an internal or external command,
> operable program or batch file.
> 
> I am pretty certain this has to do with the inability to treat a python file
> as an executable within Windows (as far as I am aware).  Unix/Linux has the
> ability to put a # directive at the top of a text file that has the execute
> bit set (e.g., #!/usr/bin/env python), which tells the command interpreter
> what program to use to execute the code contained within the text file.
> Putting "C:\Python25\Lib\site-packages\libgenerateDS\gui" in my Windows
> search path and then typing "generateds_gui.py" from a DOS command prompt
> nets the exact same error above.

I'm not sure that I can solve this for all platforms.  However,
there is a work-around, I believe.  You can use the --exec-path
command line option.  Start generateds_gui.py with something like
the following:

    $ generateds_gui.py --exec-path="python \path\to\generateDS.py"

And, if you find a path that you think would be true in general for MS
Windows, let me know about it.  I can use sys.platform to determine
the platform and can automatically use that when generateds_gui.py
is running on MS Windows.

> 
> The about box on the GUI still states v1.20a; however, I do note the
> generateDS file date/times under the Python directory are more current so I
> am certain I am using v1.20c.
>

Actually, mine says v. 1.0a.  Thanks for telling me about this. 
I've updated it.  And, I've added generateds_gui.py to the little
Python script that I run to update the version ID each time that
I create a new version.

- Dave
-- 


Dave Kuhlman
http://www.rexx.com/~dkuhlman

 -- 


Dave Kuhlman
http://www.rexx.com/~dkuhlman


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to