Small things in the setup.py
    Ivan R. Judson 
    judson at mcs.anl.gov
       
    Wed Feb  5 15:34:27 CST 2003
    
    
  
Go for it, dude.
> -----Original Message-----
> From: owner-ag-dev at mcs.anl.gov 
> [mailto:owner-ag-dev at mcs.anl.gov] On Behalf Of Ti Leggett
> Sent: Wednesday, February 05, 2003 2:41 PM
> To: AG Dev
> Subject: Small things in the setup.py
> 
> 
> So, in the future, it'd probably be a good idea if we replace 
> things like "bin/VenueServer.py" with something like:
> 
> bindir = "bin"
> filename = "VenueServer.py"
> file = os.path.join(bin, filename)
> 
> so that it is really platform independent. Then we shouldn't 
> need to worry about things like adding "r" to file paths so 
> it works under windows etc.
> 
> -- 
> Ti Leggett <leggett at mcs.anl.gov>
> 
    
    
More information about the ag-dev
mailing list