brewsta-user Mailing List for brewsta - make beer not war
Brought to you by:
sosman
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Aaron J. G. <ag...@po...> - 2011-08-01 22:15:34
|
On Tue, May 10, 2011 at 02:23:18PM -0400, christine sass wrote: > I am trying to install Brewsta on a machine running Windows XP. I > read the INSTALL.TXT file and it says to simply run the installer. > Problem is, I can not find and installer in amongst the files and > folders. I was wondering where it might be and what it is called. is there an installer? I thought once python was installed, brewsta just works by running under the existing python interpreter -- no installer necessary. but it's been a few years since I've run it under XP... -- Aaron J. Grier | "Not your ordinary poofy goof." | ag...@po... |
From: christine s. <chr...@gm...> - 2011-05-10 18:23:45
|
Hello, I am trying to install Brewsta on a machine running Windows XP. I read the INSTALL.TXT file and it says to simply run the installer. Problem is, I can not find and installer in amongst the files and folders. I was wondering where it might be and what it is called. Thanks, Christine Sass chr...@gm... |
From: paul s. <pso...@me...> - 2005-09-23 22:31:06
|
Greg LaPolla wrote: > Actually, I got it working by uncommenting the first line in brewsta.py > import wxversion; and changing the wxversion.select('2.6') That's good news - it seems that you probably have an older version installed and it is still your default. > Now I need to figure out how add to the ingredients list. That is currently not supported directly in Brewsta. If you have a list of malts for example in a list format I can create an ingredients file that you can just copy into the ingredients directory. cheers -- http://melbournebrewers.org/ http://brewsta.sourceforge.net/ http://brewiki.org/ |
From: Greg L. <gla...@sb...> - 2005-09-23 12:24:27
|
Actually, I got it working by uncommenting the first line in brewsta.py import wxversion; and changing the wxversion.select('2.6') Now I need to figure out how add to the ingredients list. Greg -----Original Message----- From: paul sorenson [mailto:pso...@me...] Sent: Friday, September 23, 2005 1:42 AM To: Greg LaPolla Cc: bre...@li... Subject: Re: [Brewsta-user] Installation Problems Greg, It looks like you have done the right things. I have installed brewsta on fedora core 4 without problems. It looks like it found wxpython ok but there is something internally weird with wxPython. Is it possible there is an old version of wxPython kicking around? I don't know my way around Gentoo very well. cheers Greg LaPolla wrote: > I am not a python expert by anymeas, and I cannot > figure out this issue. > > After installing python (2.3.5-r2) > and wxpython (2.6.1.0) > > > > I get the following error > > > greg@tux brewsta $ ./brewsta.pyw > Traceback (most recent call last): > File "./brewsta.pyw", line 26, in ? > import wx > File "/usr/lib/wxPython/wx.py", line 1629, in ? > from wxPython.__version__ import * > ImportError: No module named wxPython.__version__ > greg@tux brewsta $ > > > I have also tried previous versions of python and > wxpython and they all produce the same error. > > > The OS is Gentoo Linux. > > Thanks in advance > > Greg > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Brewsta-user mailing list > Bre...@li... > https://lists.sourceforge.net/lists/listinfo/brewsta-user > -- http://melbournebrewers.org/ http://brewsta.sourceforge.net/ http://brewiki.org/ |
From: paul s. <pso...@me...> - 2005-09-23 08:41:48
|
Greg, It looks like you have done the right things. I have installed brewsta on fedora core 4 without problems. It looks like it found wxpython ok but there is something internally weird with wxPython. Is it possible there is an old version of wxPython kicking around? I don't know my way around Gentoo very well. cheers Greg LaPolla wrote: > I am not a python expert by anymeas, and I cannot > figure out this issue. > > After installing python (2.3.5-r2) > and wxpython (2.6.1.0) > > > > I get the following error > > > greg@tux brewsta $ ./brewsta.pyw > Traceback (most recent call last): > File "./brewsta.pyw", line 26, in ? > import wx > File "/usr/lib/wxPython/wx.py", line 1629, in ? > from wxPython.__version__ import * > ImportError: No module named wxPython.__version__ > greg@tux brewsta $ > > > I have also tried previous versions of python and > wxpython and they all produce the same error. > > > The OS is Gentoo Linux. > > Thanks in advance > > Greg > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Brewsta-user mailing list > Bre...@li... > https://lists.sourceforge.net/lists/listinfo/brewsta-user > -- http://melbournebrewers.org/ http://brewsta.sourceforge.net/ http://brewiki.org/ |
From: Greg L. <gla...@sb...> - 2005-09-22 23:35:50
|
I am not a python expert by anymeas, and I cannot figure out this issue. After installing python (2.3.5-r2) and wxpython (2.6.1.0) I get the following error greg@tux brewsta $ ./brewsta.pyw Traceback (most recent call last): File "./brewsta.pyw", line 26, in ? import wx File "/usr/lib/wxPython/wx.py", line 1629, in ? from wxPython.__version__ import * ImportError: No module named wxPython.__version__ greg@tux brewsta $ I have also tried previous versions of python and wxpython and they all produce the same error. The OS is Gentoo Linux. Thanks in advance Greg |