Installation of Python-Ogre Problem

96 views
Skip to first unread message

VanHelsing

unread,
Feb 10, 2010, 5:03:01 PM2/10/10
to Python Ogre Developers
Hello,

I am trying to build Python-Ogre with these instructions
http://wiki.python-ogre.org/index.php/WindowsBuildAuto

I have run into many problems but first I need one question answered-
Does the 32 bit version of Python-Ogre work on a 64 bit machine.

The second problem is that I don't know if I need the ogre programs
installed and if I need a python interpreter before I build Python-
Ogre.

The third problem I have if those two are not a problem is that on
step 2

I imput -
cd c:\development
vcvars32
python python-ogre\BuildModule.py -r cmake gccxml boost scons pygccxml
pyplusplus

into the command prompt and it says-
C:\Users\Kilian>cd c:\development

c:\development>vcvars32

c:\development>"c:\program files\microsoft visual studio
9.0\common7\tools\vsvar
s32.bat"
The system cannot find the path specified.

c:\development>python python-ogre\BuildModule.py -r cmake gccxml boost
scons pyg
ccxml pyplusplus


You see in my C drive I have two main folders for program files- C
\Program Files and C\Program files (x86)

Microsoft visual studio 9.0 is installed in the C\Program Files (x86)
but I guess the command prompt is trying to find it in the C\Program
File folder.


I am using the path-
@echo off
set GNUWIN32_PATH="C:\gnuwin32\bin"
set MSVS_PATH="C:\Program Filesx86\Microsoft Visual Studio 9.0"
set PYTHON_PATH="C:\python25"
set SVN_PATH="C:\Program Filesx86\SlikSvn\bin"
set CVS_PATH="C:\Program Filesx86\cvs"

call %GNUWIN32_PATH%\set_gnuwin32.bat -s gnuwin32 -l EN
call %MSVS_PATH%\Common7\Tools\vsvars32.bat
set PATH=%PYTHON_PATH%;%SVN_PATH%;%CVS_PATH%;%PATH%
cls
cmd /K "echo Python-Ogre Build Environment"


I am not sure if I am even doing anything write because I am a newbie
to this. I assume the path should have something to do with Program
Files (x86) but that goes back to the first problem with not knowing
if the 32 bit works on a 64 bit.

Any help would be much appreciated!

Thanks,
Van

Andy Miller

unread,
Feb 10, 2010, 5:34:03 PM2/10/10
to python-ogre-developers
Why don't you just go ahead and use the windows binary package from Sourceforge -- there isn't really a reason to build your own under windows unless there are library extensions etc that you want to use/develop

Regards

Andy


--
You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre...@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.


VanHelsing

unread,
Feb 10, 2010, 10:04:19 PM2/10/10
to Python Ogre Developers

On Feb 10, 5:34 pm, Andy Miller <nzmill...@gmail.com> wrote:
> Why don't you just go ahead and use the windows binary package from
> Sourceforge -- there isn't really a reason to build your own under windows
> unless there are library extensions etc that you want to use/develop
>
> Regards
>
> Andy
>

> On 11 February 2010 06:03, VanHelsing <kilian.sm...@gmail.com> wrote:
>
>
> Wait what? I don't have to build it!

> > python-ogre-devel...@googlegroups.com<python-ogre-developers% 2Bunsu...@googlegroups.com>

VanHelsing

unread,
Feb 11, 2010, 2:48:25 PM2/11/10
to Python Ogre Developers

On Feb 10, 10:04 pm, VanHelsing <kilian.sm...@gmail.com> wrote:
> On Feb 10, 5:34 pm, Andy Miller <nzmill...@gmail.com> wrote:
>

>Wait what do you mean? Do I not have to build it?

VanHelsing

unread,
Feb 11, 2010, 2:49:59 PM2/11/10
to Python Ogre Developers

Wow took me three tries to get this right.
So your telling me I don't have to build it?

On Feb 10, 10:04 pm, VanHelsing <kilian.sm...@gmail.com> wrote:

Ivan Vučica

unread,
Feb 11, 2010, 4:07:46 PM2/11/10
to python-ogre...@googlegroups.com
If you work on windows just go to python-ogre.org and download our binary. Don't bother compiling from source code.

To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.




--
Regards,

Ivan Vučica

VanHelsing

unread,
Feb 11, 2010, 4:54:17 PM2/11/10
to Python Ogre Developers
Yes I have done that but idk what to do with the binary.

> > > > > python-ogre-devel...@googlegroups.com<python-ogre-developers%­2Bunsu...@googlegroups.com><python-ogre-developers%


> > 2Bunsu...@googlegroups.com>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/python-ogre-developers?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Python Ogre Developers" group.
> > To post to this group, send email to
> > python-ogre...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > python-ogre-devel...@googlegroups.com<python-ogre-developers%­2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/python-ogre-developers?hl=en.
>
> --

> Regards,
>
> Ivan Vučica- Hide quoted text -
>
> - Show quoted text -

Ivan Vučica

unread,
Feb 11, 2010, 7:23:34 PM2/11/10
to python-ogre...@googlegroups.com
After installing PythonOgre, use Python to develop software for it. There are heaps of documentation on the wiki. PythonOgre is not a standalone game or anything like that, it's a programming framework.

To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/python-ogre-developers?hl=en.




--
Regards,

Ivan Vučica

VanHelsing

unread,
Feb 11, 2010, 8:49:09 PM2/11/10
to Python Ogre Developers
Well thats the problem, I guess to develop software I need to install
python-ogre.

I don't know how to install Python-Ogre!

I thought you had to build it which is why I asked the question in the
first place but everyone is telling me different things. Can anyone
just give me a straightforward answer?

Thanks,
Van

Ivan Vučica

unread,
Feb 11, 2010, 9:12:33 PM2/11/10
to python-ogre...@googlegroups.com
On 12.2.10 2:49 , VanHelsing wrote:
Well thats the problem, I guess to develop software I need to install
python-ogre.

I don't know how to install Python-Ogre!

I thought you had to build it which is why I asked the question in the
first place but everyone is telling me different things. Can anyone
just give me a straightforward answer?

Thanks,
Van

  

Oh sh*t dude. C'mon.

Step 1: download windows binary
http://sourceforge.net/projects/python-ogre/files/
screenie:


Step 2: doubleclick and install
(no pretty images here, for I don't use such primitive OSes like Windows... >: ) )

Step 3: python.org, download and install python 2.5.2.
http://www.python.org/download/releases/2.5.2/
2.5.5 (latest 2.5.x) will probably work too but it's source only release. 2.5.4 is latest release with a windows binary





Step 4: use idle, notepad, notepad++, wingide, vim, emacs or... whatever, to develop your software


And remember, answers won't get more straightforward than this one you just got. Wiki is pretty much filled up, and you are advised to write about your experiences too.


moz-screenshot-1.png
Screen shot 2010-02-12 at 3.07.01 .png
Screen shot 2010-02-12 at 3.08.54 .png

VanHelsing

unread,
Feb 11, 2010, 9:52:23 PM2/11/10
to Python Ogre Developers
So I could use this to say create a game engine?

On Feb 11, 9:12 pm, Ivan Vučica <ivuc...@gmail.com> wrote:
> On 12.2.10 2:49 , VanHelsing wrote:
>
> > Well thats the problem, I guess to develop software I need to install
> > python-ogre.
>
> > I don't know how to install Python-Ogre!
>
> > I thought you had to build it which is why I asked the question in the
> > first place but everyone is telling me different things. Can anyone
> > just give me a straightforward answer?
>
> > Thanks,
> > Van
>
> Oh sh*t dude. C'mon.
>
> Step 1: download windows binaryhttp://sourceforge.net/projects/python-ogre/files/
> screenie:
>

> Step 2: doubleclick and install
> (no pretty images here, for I don't use such primitive OSes like
> Windows... >: ) )
>

> Step 3: python.org, download and install python 2.5.2.http://www.python.org/download/releases/2.5.2/


> 2.5.5 (latest 2.5.x) will probably work too but it's source only
> release. 2.5.4 is latest release with a windows binary
>

VanHelsing

unread,
Feb 11, 2010, 9:56:21 PM2/11/10
to Python Ogre Developers
What what do I click on to install? Setup.py? If so I cannot find a
program to open it.

> > about your experiences too.- Hide quoted text -

Ivan Vučica

unread,
Feb 12, 2010, 6:14:27 AM2/12/10
to python-ogre...@googlegroups.com
I'm gettin' a feeling that I'm feeding a troll here, but let's give it one more shot.


On Fri, Feb 12, 2010 at 05:52, VanHelsing <kilian...@gmail.com> wrote:
So I could use this to say create a game engine?

In other words, you're grabbing a piece of developer software, but you have no idea what it does?

On Fri, Feb 12, 2010 at 05:56, VanHelsing <kilian...@gmail.com> wrote:
What what do I click on to install? Setup.py? If so I cannot find a
program to open it.
 
I sent images clearly displaying what to download.
1.6.1 has a Windows binary installer.
A normal setup program.

--
Regards,

Ivan Vučica

VanHelsing

unread,
Feb 12, 2010, 6:52:00 AM2/12/10
to Python Ogre Developers
Well thanks for the images but where are they? And I have relative
idea of what python-ogre does, it makes the computer language for
developing on ogre easier instead of c++. I have had some experience
with the python language.

On Feb 12, 6:14 am, Ivan Vučica <ivuc...@gmail.com> wrote:
> I'm gettin' a feeling that I'm feeding a troll here, but let's give it one
> more shot.
>

> On Fri, Feb 12, 2010 at 05:52, VanHelsing <kilian.sm...@gmail.com> wrote:
> > So I could use this to say create a game engine?
>
> In other words, you're grabbing a piece of developer software, but you have
> no idea what it does?
>

Ivan Vučica

unread,
Feb 12, 2010, 1:35:46 PM2/12/10
to python-ogre...@googlegroups.com
Please read that email in detail before expecting another reply from me.

VanHelsing

unread,
Feb 12, 2010, 11:20:44 PM2/12/10
to Python Ogre Developers, Ivan Vučica
Wait did you send me an email, because if so I didn't get it.

On Feb 12, 1:35 pm, Ivan Vučica <ivu...@gmail.com> wrote:
> Please read that email *in detail* before expecting another reply from me.

> >> Ivan Vučica- Hide quoted text -

Ivan Vučica

unread,
Feb 13, 2010, 3:18:53 AM2/13/10
to VanHelsing, Python Ogre Developers
It's your problem you're reading this through the web interface.
It's this mail:
http://groups.google.com/group/python-ogre-developers/msg/ff5e0fbfcdddbac7
One of missing images shows you need to download 1.6.1.

I'm out of this thread and won't be following it anymore.
--
Regards,

Ivan Vučica

VanHelsing

unread,
Feb 14, 2010, 1:42:26 PM2/14/10
to Python Ogre Developers
Can anyone tell me what Ivan means?

On Feb 13, 3:18 am, Ivan Vučica <ivuc...@gmail.com> wrote:
> It's your problem you're reading this through the web interface.

> It's this mail:http://groups.google.com/group/python-ogre-developers/msg/ff5e0fbfcdd...


> One of missing images shows you need to download 1.6.1.
>
> I'm out of this thread and won't be following it anymore.
>
>
>
>
>
> On Sat, Feb 13, 2010 at 05:20, VanHelsing <kilian.sm...@gmail.com> wrote:
> > Wait did you send me an email, because if so I didn't get it.
>

> > On Feb 12, 1:35 pm, Ivan Vučica <ivuc...@gmail.com> wrote:
> > > Please read that email *in detail* before expecting another reply from
> > me.
>

Andy Miller

unread,
Feb 14, 2010, 9:33:19 PM2/14/10
to python-ogre-developers
Simply download one of the Windows binary packages from source forge and install it on your windows system..

There is an assumption you have Python 2.6 installed and are familiar with Python programming etc (if not then PythonOgre is not a good way to learn Python)

Suggest you use Ogre 1.6 as it is the released and stable version (currently) so download the core files and decompress them (using 7zip) into a suitable directory. Then download the demo files and decompress them into the pythonogre directory.

From the pythonogre directory run "python setup.py install" (from the command prompt) to install the libraries and then you can run the demos from the demos/ogre directory

Regards

Andy

--
You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre...@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.

VanHelsing

unread,
Feb 15, 2010, 11:10:05 AM2/15/10
to Python Ogre Developers
Ok so I installed python 2.5 and the 1.6.1 version of python-ogre and
they demos were already installed. I am having a little trouble
installing the libraries. I've typed in "python setup.py install" in
python idle, python command line, and the command line in windows and
nothing worked.

On Feb 14, 9:33 pm, Andy Miller <nzmill...@gmail.com> wrote:
> Simply download one of the Windows binary packages from source forge and
> install it on your windows system..
>
> There is an assumption you have Python 2.6 installed and
> are familiar with Python programming etc (if not then PythonOgre is not a
> good way to learn Python)
>
> Suggest you use Ogre 1.6 as it is the released and stable version
> (currently) so download the core

> files<http://sourceforge.net/projects/python-ogre/files/Latest/1.6.4%20Snap...>and


> decompress them (using 7zip) into a suitable directory. Then download

> the demo files<http://sourceforge.net/projects/python-ogre/files/Latest/1.6.4%20Snap...>and


> decompress them into the pythonogre directory.
>

> From the pythonogre directory run "*python setup.py install*" (from the


> command prompt) to install the libraries and then you can run the demos from
> the demos/ogre directory
>
> Regards
>
> Andy
>

> > python-ogre-devel...@googlegroups.com<python-ogre-developers%­2Bunsu...@googlegroups.com>


> > .
> > For more options, visit this group at

> >http://groups.google.com/group/python-ogre-developers?hl=en.- Hide quoted text -

VanHelsing

unread,
Feb 19, 2010, 8:51:20 AM2/19/10
to Python Ogre Developers
Any help guys? My question is above.

> > >http://groups.google.com/group/python-ogre-developers?hl=en.-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -

yaio

unread,
Feb 19, 2010, 10:35:15 AM2/19/10
to Python Ogre Developers
On 15 Feb, 17:10, VanHelsing <kilian.sm...@gmail.com> wrote:
> I am having a little trouble installing the libraries.

You must not install libraries, they are already in the Windows
installer.

Andy Miller

unread,
Feb 19, 2010, 7:37:03 PM2/19/10
to python-ogre-developers
What actually happens wen (from the command prompt and in the pythonogre directory) you run
python setup.py install

Also what happens when from the pythonogre/demos/ogre directory you run
python Demo_Grass.py

Need the actual error messages etc to be able to help.

Thanks
Andy


--
You received this message because you are subscribed to the Google Groups "Python Ogre Developers" group.
To post to this group, send email to python-ogre...@googlegroups.com.
To unsubscribe from this group, send email to python-ogre-devel...@googlegroups.com.

yaio

unread,
Feb 20, 2010, 3:54:22 AM2/20/10
to Python Ogre Developers
On 20 Feb, 01:37, Andy Miller <nzmill...@gmail.com> wrote:
> *python setup.py install*

Andy, I could be wrong, I apologize in the case. He talked about
PythonOgre 1.6.1 and Python 2.5, also, he talked about "demos already
installed", so I think he refers to the Windows installer of the 1.6.1
release. In this case (if I remember correctly) maybe he could skip
this step.

VanHelsing

unread,
Feb 20, 2010, 6:09:34 PM2/20/10
to Python Ogre Developers
Yeah is Yaio right cause that would make this a heck of alot easier?

VanHelsing

unread,
Feb 22, 2010, 4:47:04 PM2/22/10
to Python Ogre Developers
Ok if everything is installed correctly, how do I use the programs.
Sorry for my noobishness.

> > this step.- Hide quoted text -

Andy Miller

unread,
Feb 22, 2010, 5:09:27 PM2/22/10
to python-ogre-developers
How much experience do you have programming with Python?  If it's a 'small amount' then you probably need to spend more time on the Python basics before taking on Python-Ogre.

The best way to learn Python-Ogre is to browse the demo code and play with it...

Andy


--

VanHelsing

unread,
Feb 25, 2010, 4:32:31 PM2/25/10
to Python Ogre Developers
What's the demo code?

On Feb 22, 5:09 pm, Andy Miller <nzmill...@gmail.com> wrote:
> How much experience do you have programming with Python?  If it's a 'small
> amount' then you probably need to spend more time on the Python basics
> before taking on Python-Ogre.
>
> The best way to learn Python-Ogre is to browse the demo code and play with
> it...
>
> Andy
>

> On 23 February 2010 05:47, VanHelsing <kilian.sm...@gmail.com> wrote:
>
>
>
> > Ok if everything is installed correctly, how do I use the programs.
> > Sorry for my noobishness.
>
> > On Feb 20, 6:09 pm, VanHelsing <kilian.sm...@gmail.com> wrote:
> > > Yeah is Yaio right cause that would make this a heck of alot easier?
>
> > > On Feb 20, 3:54 am, yaio <f.ca...@gmail.com> wrote:
>
> > > > On 20 Feb, 01:37, Andy Miller <nzmill...@gmail.com> wrote:
>
> > > > > *python setup.py install*
>
> > > > Andy, I could be wrong, I apologize in the case. He talked about
> > > > PythonOgre 1.6.1 and Python 2.5, also, he talked about "demos already
> > > > installed", so I think he refers to the Windows installer of the 1.6.1
> > > > release. In this case (if I remember correctly) maybe he could skip
> > > > this step.- Hide quoted text -
>
> > > - Show quoted text -
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Python Ogre Developers" group.
> > To post to this group, send email to
> > python-ogre...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > python-ogre-devel...@googlegroups.com<python-ogre-developers%­2Bunsu...@googlegroups.com>


> > .
> > For more options, visit this group at

> >http://groups.google.com/group/python-ogre-developers?hl=en.- Hide quoted text -

Reply all
Reply to author
Forward
Message has been deleted
0 new messages