Re: [pygame] Fwd: Missing Module and Font

2014-08-02 Thread diliup gabadamudalige
looks like it. :)


On Fri, Aug 1, 2014 at 10:23 PM, Noel Garwick 
wrote:

> Awesome.  So I guess someone needs to re-compile the installer and submit
> it?
>
>
> On Thu, Jul 31, 2014 at 4:14 PM, diliup gabadamudalige 
> wrote:
>
>> Dear all,
>>
>> This is what finally worked for me.
>>
>> As all previous attempts and methods didn't work I uninstalled Pygame and
>> downloaded it from
>>
>> https://bitbucket.org/pygame/pygame/downloads
>>
>>  pygame-1.9.2a0.win32-py2.7.msi
>> <https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0.win32-py2.7.msi>
>> 3.8 MBllindstrom <https://bitbucket.org/llindstrom> 28275
>> 2013-08-29
>>
>>
>>
>> I installed it and removed the line import pygame._view from my main
>> program and modules.
>>
>> now I can import  pygame.freetype and also  do a 100% successful
>> compilation of everything with py2exe.
>>
>> So somehow contrary to what I was told this particular build looks like
>> the correct version or somehow works without a problem in every way. Hope
>> this is useful to everybody.
>>
>> Thank you very much for your valuable time taken to assist me.
>>
>> May you be well
>>
>> DiliupG
>> Everything works fine.
>>
>>
>> On Fri, Aug 1, 2014 at 1:06 AM, diliup gabadamudalige 
>> wrote:
>>
>>> Noel,
>>> I uninstalled everything. Deleted the Python folder too.
>>> Installed everythin from scratch. Python 2.7.8 32 bit and Pygame from
>>> the above location
>>> STILL NO pygame.freetype.
>>> get the error below.
>>> ImportError: No module named freetype
>>>  I am thinking of reinstalling Windows 7 64 bit (which is the current
>>> os) and doing everything from scratch.
>>> Any suggerstions?
>>>
>>>
>>>
>>> On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
>>> wrote:
>>>
>>>> Diliup,
>>>>
>>>> You want this one from http://www.pygame.org/download.shtml:
>>>>
>>>>- pygame-1.9.2a0.win32-py2.7.msi
>>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>>
>>>> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
>>>> builds.
>>>>
>>>> For making it work with py2exe, after you install the above, make sure
>>>> that you are configuring it to use python2.7 32 bit and not another version
>>>> on your system.
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige <
>>>> dili...@gmail.com> wrote:
>>>>
>>>>> PLEASE HELP. URGENT.
>>>>>
>>>>> -- Forwarded message --
>>>>> From: diliup gabadamudalige 
>>>>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>>>>> Subject: Re: [pygame] Fwd: Missing Module and Font
>>>>> To: pygame-users@seul.org
>>>>>
>>>>>
>>>>> https://bitbucket.org/pygame/pygame/downloads
>>>>> http://pygame.info/downloads/
>>>>>
>>>>> the above two links have a Pygame installation 3.76MB in size
>>>>>
>>>>> http://www.pygame.org/download.shtml
>>>>>
>>>>> the above link has a Pygame installation which is 6.14MB in size.
>>>>>
>>>>> Which is the one I should use or is ther a build with the modules I
>>>>> mentioned above?
>>>>>
>>>>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit
>>>>> os
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige <
>>>>> dili...@gmail.com> wrote:
>>>>>
>>>>>> Thank you very much for your reply.
>>>>>>
>>>>>> Let's forget Py2exe for now.
>>>>>>
>>>>>> Even on Python 2.7.8 I still can't import freefont Why does the
>>>>>> Pygame build differ in size on differnt official websites? Which one has
>>>>>> all the libraries. I installed the one from bitbucket which allowed me to
>>>>>> import freefonts but didn't have the pygame._view module. And in the 
>>>>>> pygame
>>>>>> i downloaded from the Pygame site is 6.1MB in size and does not let me
>>>>>> import freefonts.  Why is this? W

Re: [pygame] Fwd: Missing Module and Font

2014-08-01 Thread Noel Garwick
Awesome.  So I guess someone needs to re-compile the installer and submit
it?


On Thu, Jul 31, 2014 at 4:14 PM, diliup gabadamudalige 
wrote:

> Dear all,
>
> This is what finally worked for me.
>
> As all previous attempts and methods didn't work I uninstalled Pygame and
> downloaded it from
>
> https://bitbucket.org/pygame/pygame/downloads
>
>  pygame-1.9.2a0.win32-py2.7.msi
> <https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0.win32-py2.7.msi>
> 3.8 MBllindstrom <https://bitbucket.org/llindstrom> 28275
> 2013-08-29
>
>
>
> I installed it and removed the line import pygame._view from my main
> program and modules.
>
> now I can import  pygame.freetype and also  do a 100% successful
> compilation of everything with py2exe.
>
> So somehow contrary to what I was told this particular build looks like
> the correct version or somehow works without a problem in every way. Hope
> this is useful to everybody.
>
> Thank you very much for your valuable time taken to assist me.
>
> May you be well
>
> DiliupG
> Everything works fine.
>
>
> On Fri, Aug 1, 2014 at 1:06 AM, diliup gabadamudalige 
> wrote:
>
>> Noel,
>> I uninstalled everything. Deleted the Python folder too.
>> Installed everythin from scratch. Python 2.7.8 32 bit and Pygame from the
>> above location
>> STILL NO pygame.freetype.
>> get the error below.
>> ImportError: No module named freetype
>>  I am thinking of reinstalling Windows 7 64 bit (which is the current os)
>> and doing everything from scratch.
>> Any suggerstions?
>>
>>
>>
>> On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
>> wrote:
>>
>>> Diliup,
>>>
>>> You want this one from http://www.pygame.org/download.shtml:
>>>
>>>- pygame-1.9.2a0.win32-py2.7.msi
>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>
>>> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
>>> builds.
>>>
>>> For making it work with py2exe, after you install the above, make sure
>>> that you are configuring it to use python2.7 32 bit and not another version
>>> on your system.
>>>
>>>
>>> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige <
>>> dili...@gmail.com> wrote:
>>>
>>>> PLEASE HELP. URGENT.
>>>>
>>>> -- Forwarded message --
>>>> From: diliup gabadamudalige 
>>>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>>>> Subject: Re: [pygame] Fwd: Missing Module and Font
>>>> To: pygame-users@seul.org
>>>>
>>>>
>>>> https://bitbucket.org/pygame/pygame/downloads
>>>> http://pygame.info/downloads/
>>>>
>>>> the above two links have a Pygame installation 3.76MB in size
>>>>
>>>> http://www.pygame.org/download.shtml
>>>>
>>>> the above link has a Pygame installation which is 6.14MB in size.
>>>>
>>>> Which is the one I should use or is ther a build with the modules I
>>>> mentioned above?
>>>>
>>>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>>>>
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige <
>>>> dili...@gmail.com> wrote:
>>>>
>>>>> Thank you very much for your reply.
>>>>>
>>>>> Let's forget Py2exe for now.
>>>>>
>>>>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>>>>> build differ in size on differnt official websites? Which one has all the
>>>>> libraries. I installed the one from bitbucket which allowed me to import
>>>>> freefonts but didn't have the pygame._view module. And in the pygame i
>>>>> downloaded from the Pygame site is 6.1MB in size and does not let me 
>>>>> import
>>>>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>>>>> Pygame._view modue AND freefont support?
>>>>>
>>>>> I am unable to use the new freetype fonts and copmpile to exe because
>>>>> of these two errors.
>>>>>
>>>>> Help is much appreciated.
>>>>>
>>>>> Thank you very much.
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>>>>> jeffrey.kley

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread diliup gabadamudalige
Dear all,

This is what finally worked for me.

As all previous attempts and methods didn't work I uninstalled Pygame and
downloaded it from

https://bitbucket.org/pygame/pygame/downloads

pygame-1.9.2a0.win32-py2.7.msi
<https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0.win32-py2.7.msi>
3.8 MBllindstrom <https://bitbucket.org/llindstrom>28275
2013-08-29



I installed it and removed the line import pygame._view from my main
program and modules.

now I can import  pygame.freetype and also  do a 100% successful
compilation of everything with py2exe.

So somehow contrary to what I was told this particular build looks like the
correct version or somehow works without a problem in every way. Hope this
is useful to everybody.

Thank you very much for your valuable time taken to assist me.

May you be well

DiliupG
Everything works fine.


On Fri, Aug 1, 2014 at 1:06 AM, diliup gabadamudalige 
wrote:

> Noel,
> I uninstalled everything. Deleted the Python folder too.
> Installed everythin from scratch. Python 2.7.8 32 bit and Pygame from the
> above location
> STILL NO pygame.freetype.
> get the error below.
> ImportError: No module named freetype
>  I am thinking of reinstalling Windows 7 64 bit (which is the current os)
> and doing everything from scratch.
> Any suggerstions?
>
>
>
> On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
> wrote:
>
>> Diliup,
>>
>> You want this one from http://www.pygame.org/download.shtml:
>>
>>- pygame-1.9.2a0.win32-py2.7.msi
>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>
>> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
>> builds.
>>
>> For making it work with py2exe, after you install the above, make sure
>> that you are configuring it to use python2.7 32 bit and not another version
>> on your system.
>>
>>
>> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige <
>> dili...@gmail.com> wrote:
>>
>>> PLEASE HELP. URGENT.
>>>
>>> -- Forwarded message --
>>> From: diliup gabadamudalige 
>>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>>> Subject: Re: [pygame] Fwd: Missing Module and Font
>>> To: pygame-users@seul.org
>>>
>>>
>>> https://bitbucket.org/pygame/pygame/downloads
>>> http://pygame.info/downloads/
>>>
>>> the above two links have a Pygame installation 3.76MB in size
>>>
>>> http://www.pygame.org/download.shtml
>>>
>>> the above link has a Pygame installation which is 6.14MB in size.
>>>
>>> Which is the one I should use or is ther a build with the modules I
>>> mentioned above?
>>>
>>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>>>
>>>
>>>
>>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige <
>>> dili...@gmail.com> wrote:
>>>
>>>> Thank you very much for your reply.
>>>>
>>>> Let's forget Py2exe for now.
>>>>
>>>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>>>> build differ in size on differnt official websites? Which one has all the
>>>> libraries. I installed the one from bitbucket which allowed me to import
>>>> freefonts but didn't have the pygame._view module. And in the pygame i
>>>> downloaded from the Pygame site is 6.1MB in size and does not let me import
>>>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>>>> Pygame._view modue AND freefont support?
>>>>
>>>> I am unable to use the new freetype fonts and copmpile to exe because
>>>> of these two errors.
>>>>
>>>> Help is much appreciated.
>>>>
>>>> Thank you very much.
>>>>
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>>>> jeffrey.kleyk...@gmail.com> wrote:
>>>>
>>>>> I don't know anything about py2exe but does this website help?
>>>>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>>>>
>>>>>
>>>>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige <
>>>>> dili...@gmail.com> wrote:
>>>>>
>>>>>> someone please help!
>>>>>>
>>>>>>
>>>>>> -- Forwarded message --
>>>>>> From: diliup gabadamudalige 
>>>>>> Date: Thu, Jul 3

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread diliup gabadamudalige
Noel,
I uninstalled everything. Deleted the Python folder too.
Installed everythin from scratch. Python 2.7.8 32 bit and Pygame from the
above location
STILL NO pygame.freetype.
get the error below.
ImportError: No module named freetype
 I am thinking of reinstalling Windows 7 64 bit (which is the current os)
and doing everything from scratch.
Any suggerstions?



On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
wrote:

> Diliup,
>
> You want this one from http://www.pygame.org/download.shtml:
>
>- pygame-1.9.2a0.win32-py2.7.msi
><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>
> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
> builds.
>
> For making it work with py2exe, after you install the above, make sure
> that you are configuring it to use python2.7 32 bit and not another version
> on your system.
>
>
> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige  > wrote:
>
>> PLEASE HELP. URGENT.
>>
>> -- Forwarded message --
>> From: diliup gabadamudalige 
>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>> Subject: Re: [pygame] Fwd: Missing Module and Font
>> To: pygame-users@seul.org
>>
>>
>> https://bitbucket.org/pygame/pygame/downloads
>> http://pygame.info/downloads/
>>
>> the above two links have a Pygame installation 3.76MB in size
>>
>> http://www.pygame.org/download.shtml
>>
>> the above link has a Pygame installation which is 6.14MB in size.
>>
>> Which is the one I should use or is ther a build with the modules I
>> mentioned above?
>>
>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>>
>>
>>
>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige > > wrote:
>>
>>> Thank you very much for your reply.
>>>
>>> Let's forget Py2exe for now.
>>>
>>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>>> build differ in size on differnt official websites? Which one has all the
>>> libraries. I installed the one from bitbucket which allowed me to import
>>> freefonts but didn't have the pygame._view module. And in the pygame i
>>> downloaded from the Pygame site is 6.1MB in size and does not let me import
>>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>>> Pygame._view modue AND freefont support?
>>>
>>> I am unable to use the new freetype fonts and copmpile to exe because of
>>> these two errors.
>>>
>>> Help is much appreciated.
>>>
>>> Thank you very much.
>>>
>>>
>>>
>>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>>> jeffrey.kleyk...@gmail.com> wrote:
>>>
>>>> I don't know anything about py2exe but does this website help?
>>>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige <
>>>> dili...@gmail.com> wrote:
>>>>
>>>>> someone please help!
>>>>>
>>>>>
>>>>> -- Forwarded message --
>>>>> From: diliup gabadamudalige 
>>>>> Date: Thu, Jul 31, 2014 at 1:33 AM
>>>>> Subject: Missing Module and Font
>>>>> To: pygame-users@seul.org
>>>>>
>>>>>
>>>>> Dear Peter or anyone else who can help me,
>>>>>
>>>>> I downloaded
>>>>>
>>>>>- pygame-1.9.2a0.win32-py2.7.msi
>>>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>>>
>>>>> from the Pygmaesite and everything runs smoothly. I can comile using
>>>>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me 
>>>>> the
>>>>> following error.
>>>>> ImportError: No module named freetype
>>>>>
>>>>> Now when I download Pygame from the link below
>>>>> https://bitbucket.org/pygame/pygame/downloads
>>>>>
>>>>> I can do import pygame.freetype but whn I compile the program using
>>>>> py2exe I get an error
>>>>> import pygame._view error. module not found.
>>>>>
>>>>> Please help as this is causing a LOT of preoblems and I am stuck
>>>>> between the view module and the freefont. Kind of uncomfortable here so
>>>>> please help me.
>>>>

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread Christoph Gohlke
There is no `pygame._view` in pygame-1.9.2. It has been renamed to 
`pygame.bufferproxy` 
<https://bitbucket.org/pygame/pygame/commits/1b9e4150b03e6abf0d590e9d8e2b38d0063eaadd>.


Christoph

On 7/31/2014 9:16 AM, diliup gabadamudalige wrote:

Tgank you very much Noel. Much Appreciated. I will do as you ask. I will
uninstall Python and Pygame and reinstall all as you say from scratch. I
hope the missing module pygame._view error will not occur after
compiling with py2exe.

Thanks so much.


On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick mailto:noel.garw...@gmail.com>> wrote:

Diliup,

You want this one from http://www.pygame.org/download.shtml:

  * pygame-1.9.2a0.win32-py2.7.msi
<http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB

The freetype module is new in pygame 1.9.2, so you can't use the
1.9.1 builds.

For making it work with py2exe, after you install the above, make
sure that you are configuring it to use python2.7 32 bit and not
another version on your system.


On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige
mailto:dili...@gmail.com>> wrote:

PLEASE HELP. URGENT.

-- Forwarded message --
From: *diliup gabadamudalige* mailto:dili...@gmail.com>>
Date: Thu, Jul 31, 2014 at 7:34 PM
    Subject: Re: [pygame] Fwd: Missing Module and Font
To: pygame-users@seul.org <mailto:pygame-users@seul.org>


https://bitbucket.org/pygame/pygame/downloads
http://pygame.info/downloads/

the above two links have a Pygame installation 3.76MB in size

http://www.pygame.org/download.shtml

the above link has a Pygame installation which is 6.14MB in size.

Which is the one I should use or is ther a build with the
modules I mentioned above?

So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7
64 bit os



On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige
mailto:dili...@gmail.com>> wrote:

Thank you very much for your reply.

Let's forget Py2exe for now.

Even on Python 2.7.8 I still can't import freefont Why does
the Pygame build differ in size on differnt official
websites? Which one has all the libraries. I installed the
one from bitbucket which allowed me to import freefonts but
didn't have the pygame._view module. And in the pygame i
downloaded from the Pygame site is 6.1MB in size and does
not let me import freefonts.  Why is this? Where can I get a
Pygame installation with BOTH Pygame._view modue AND
freefont support?

I am unable to use the new freetype fonts and copmpile to
exe because of these two errors.

Help is much appreciated.

Thank you very much.



On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp
mailto:jeffrey.kleyk...@gmail.com>> wrote:

I don't know anything about py2exe but does this website
help?

phttp://bytes.com/topic/python/answers/848048-py2exe-module-error

<http://bytes.com/topic/python/answers/848048-py2exe-module-error>


On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige
mailto:dili...@gmail.com>> wrote:

someone please help!


-- Forwarded message --
From: *diliup gabadamudalige* mailto:dili...@gmail.com>>
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
To: pygame-users@seul.org <mailto:pygame-users@seul.org>


Dear Petermailto:p...@shinners.org>> or anyone else who can
help me,

I downloaded

  * pygame-1.9.2a0.win32-py2.7.msi
<http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 
6.4MB

from the Pygmaesite and everything runs smoothly. I
can comile using py2exe without any error. BUT I
CANNOT import pygame.freetype. Gives me the
following error.
ImportError: No module named freetype

Now when I download Pygame from the link below
https://bitbucket.org/pygame/pygame/downloads

I can do import pygame.freetype but whn I compile
the program using py2exe I get an error
import pygame._view error. module not found.

Please help as this is causing a LOT of preoblems
and I am stuck between the view module and the
  

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread Noel Garwick
Hey Diliup,

Py2exe can be a little klugey to set up.  I remember there being a good bit
of trial and error during pyweek.  Good luck! :)


On Thu, Jul 31, 2014 at 12:16 PM, diliup gabadamudalige 
wrote:

> Tgank you very much Noel. Much Appreciated. I will do as you ask. I will
> uninstall Python and Pygame and reinstall all as you say from scratch. I
> hope the missing module pygame._view error will not occur after compiling
> with py2exe.
>
> Thanks so much.
>
>
> On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
> wrote:
>
>> Diliup,
>>
>> You want this one from http://www.pygame.org/download.shtml:
>>
>>- pygame-1.9.2a0.win32-py2.7.msi
>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>
>> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
>> builds.
>>
>> For making it work with py2exe, after you install the above, make sure
>> that you are configuring it to use python2.7 32 bit and not another version
>> on your system.
>>
>>
>> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige <
>> dili...@gmail.com> wrote:
>>
>>> PLEASE HELP. URGENT.
>>>
>>> -- Forwarded message --
>>> From: diliup gabadamudalige 
>>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>>> Subject: Re: [pygame] Fwd: Missing Module and Font
>>> To: pygame-users@seul.org
>>>
>>>
>>> https://bitbucket.org/pygame/pygame/downloads
>>> http://pygame.info/downloads/
>>>
>>> the above two links have a Pygame installation 3.76MB in size
>>>
>>> http://www.pygame.org/download.shtml
>>>
>>> the above link has a Pygame installation which is 6.14MB in size.
>>>
>>> Which is the one I should use or is ther a build with the modules I
>>> mentioned above?
>>>
>>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>>>
>>>
>>>
>>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige <
>>> dili...@gmail.com> wrote:
>>>
>>>> Thank you very much for your reply.
>>>>
>>>> Let's forget Py2exe for now.
>>>>
>>>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>>>> build differ in size on differnt official websites? Which one has all the
>>>> libraries. I installed the one from bitbucket which allowed me to import
>>>> freefonts but didn't have the pygame._view module. And in the pygame i
>>>> downloaded from the Pygame site is 6.1MB in size and does not let me import
>>>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>>>> Pygame._view modue AND freefont support?
>>>>
>>>> I am unable to use the new freetype fonts and copmpile to exe because
>>>> of these two errors.
>>>>
>>>> Help is much appreciated.
>>>>
>>>> Thank you very much.
>>>>
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>>>> jeffrey.kleyk...@gmail.com> wrote:
>>>>
>>>>> I don't know anything about py2exe but does this website help?
>>>>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>>>>
>>>>>
>>>>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige <
>>>>> dili...@gmail.com> wrote:
>>>>>
>>>>>> someone please help!
>>>>>>
>>>>>>
>>>>>> -- Forwarded message --
>>>>>> From: diliup gabadamudalige 
>>>>>> Date: Thu, Jul 31, 2014 at 1:33 AM
>>>>>> Subject: Missing Module and Font
>>>>>> To: pygame-users@seul.org
>>>>>>
>>>>>>
>>>>>> Dear Peter or anyone else who can help me,
>>>>>>
>>>>>> I downloaded
>>>>>>
>>>>>>- pygame-1.9.2a0.win32-py2.7.msi
>>>>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>>>>
>>>>>> from the Pygmaesite and everything runs smoothly. I can comile using
>>>>>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me 
>>>>>> the
>>>>>> following error.
>>>>>> ImportError: No module named freetype
>>>>>>
>>>&

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread diliup gabadamudalige
Tgank you very much Noel. Much Appreciated. I will do as you ask. I will
uninstall Python and Pygame and reinstall all as you say from scratch. I
hope the missing module pygame._view error will not occur after compiling
with py2exe.

Thanks so much.


On Thu, Jul 31, 2014 at 9:36 PM, Noel Garwick 
wrote:

> Diliup,
>
> You want this one from http://www.pygame.org/download.shtml:
>
>- pygame-1.9.2a0.win32-py2.7.msi
><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>
> The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
> builds.
>
> For making it work with py2exe, after you install the above, make sure
> that you are configuring it to use python2.7 32 bit and not another version
> on your system.
>
>
> On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige  > wrote:
>
>> PLEASE HELP. URGENT.
>>
>> -- Forwarded message --
>> From: diliup gabadamudalige 
>>  Date: Thu, Jul 31, 2014 at 7:34 PM
>> Subject: Re: [pygame] Fwd: Missing Module and Font
>> To: pygame-users@seul.org
>>
>>
>> https://bitbucket.org/pygame/pygame/downloads
>> http://pygame.info/downloads/
>>
>> the above two links have a Pygame installation 3.76MB in size
>>
>> http://www.pygame.org/download.shtml
>>
>> the above link has a Pygame installation which is 6.14MB in size.
>>
>> Which is the one I should use or is ther a build with the modules I
>> mentioned above?
>>
>> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>>
>>
>>
>> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige > > wrote:
>>
>>> Thank you very much for your reply.
>>>
>>> Let's forget Py2exe for now.
>>>
>>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>>> build differ in size on differnt official websites? Which one has all the
>>> libraries. I installed the one from bitbucket which allowed me to import
>>> freefonts but didn't have the pygame._view module. And in the pygame i
>>> downloaded from the Pygame site is 6.1MB in size and does not let me import
>>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>>> Pygame._view modue AND freefont support?
>>>
>>> I am unable to use the new freetype fonts and copmpile to exe because of
>>> these two errors.
>>>
>>> Help is much appreciated.
>>>
>>> Thank you very much.
>>>
>>>
>>>
>>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>>> jeffrey.kleyk...@gmail.com> wrote:
>>>
>>>> I don't know anything about py2exe but does this website help?
>>>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>>>
>>>>
>>>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige <
>>>> dili...@gmail.com> wrote:
>>>>
>>>>> someone please help!
>>>>>
>>>>>
>>>>> -- Forwarded message --
>>>>> From: diliup gabadamudalige 
>>>>> Date: Thu, Jul 31, 2014 at 1:33 AM
>>>>> Subject: Missing Module and Font
>>>>> To: pygame-users@seul.org
>>>>>
>>>>>
>>>>> Dear Peter or anyone else who can help me,
>>>>>
>>>>> I downloaded
>>>>>
>>>>>- pygame-1.9.2a0.win32-py2.7.msi
>>>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>>>
>>>>> from the Pygmaesite and everything runs smoothly. I can comile using
>>>>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me 
>>>>> the
>>>>> following error.
>>>>> ImportError: No module named freetype
>>>>>
>>>>> Now when I download Pygame from the link below
>>>>> https://bitbucket.org/pygame/pygame/downloads
>>>>>
>>>>> I can do import pygame.freetype but whn I compile the program using
>>>>> py2exe I get an error
>>>>> import pygame._view error. module not found.
>>>>>
>>>>> Please help as this is causing a LOT of preoblems and I am stuck
>>>>> between the view module and the freefont. Kind of uncomfortable here so
>>>>> please help me.
>>>>

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread Noel Garwick
Diliup,

You want this one from http://www.pygame.org/download.shtml:

   - pygame-1.9.2a0.win32-py2.7.msi
   <http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB

The freetype module is new in pygame 1.9.2, so you can't use the 1.9.1
builds.

For making it work with py2exe, after you install the above, make sure that
you are configuring it to use python2.7 32 bit and not another version on
your system.

On Thu, Jul 31, 2014 at 11:57 AM, diliup gabadamudalige 
wrote:

> PLEASE HELP. URGENT.
>
> -- Forwarded message --
> From: diliup gabadamudalige 
> Date: Thu, Jul 31, 2014 at 7:34 PM
> Subject: Re: [pygame] Fwd: Missing Module and Font
> To: pygame-users@seul.org
>
>
> https://bitbucket.org/pygame/pygame/downloads
> http://pygame.info/downloads/
>
> the above two links have a Pygame installation 3.76MB in size
>
> http://www.pygame.org/download.shtml
>
> the above link has a Pygame installation which is 6.14MB in size.
>
> Which is the one I should use or is ther a build with the modules I
> mentioned above?
>
> So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os
>
>
>
> On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige 
> wrote:
>
>> Thank you very much for your reply.
>>
>> Let's forget Py2exe for now.
>>
>> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
>> build differ in size on differnt official websites? Which one has all the
>> libraries. I installed the one from bitbucket which allowed me to import
>> freefonts but didn't have the pygame._view module. And in the pygame i
>> downloaded from the Pygame site is 6.1MB in size and does not let me import
>> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
>> Pygame._view modue AND freefont support?
>>
>> I am unable to use the new freetype fonts and copmpile to exe because of
>> these two errors.
>>
>> Help is much appreciated.
>>
>> Thank you very much.
>>
>>
>>
>> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
>> jeffrey.kleyk...@gmail.com> wrote:
>>
>>> I don't know anything about py2exe but does this website help?
>>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>>
>>>
>>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige <
>>> dili...@gmail.com> wrote:
>>>
>>>> someone please help!
>>>>
>>>>
>>>> -- Forwarded message --
>>>> From: diliup gabadamudalige 
>>>> Date: Thu, Jul 31, 2014 at 1:33 AM
>>>> Subject: Missing Module and Font
>>>> To: pygame-users@seul.org
>>>>
>>>>
>>>> Dear Peter or anyone else who can help me,
>>>>
>>>> I downloaded
>>>>
>>>>- pygame-1.9.2a0.win32-py2.7.msi
>>>><http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi> 6.4MB
>>>>
>>>> from the Pygmaesite and everything runs smoothly. I can comile using
>>>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me the
>>>> following error.
>>>> ImportError: No module named freetype
>>>>
>>>> Now when I download Pygame from the link below
>>>> https://bitbucket.org/pygame/pygame/downloads
>>>>
>>>> I can do import pygame.freetype but whn I compile the program using
>>>> py2exe I get an error
>>>> import pygame._view error. module not found.
>>>>
>>>> Please help as this is causing a LOT of preoblems and I am stuck
>>>> between the view module and the freefont. Kind of uncomfortable here so
>>>> please help me.
>>>>
>>>> Thank you very much in advance.
>>>> --
>>>> Diliup Gabadamudalige
>>>>
>>>> http://www.diliupg.com
>>>> http://soft.diliupg.com/
>>>>
>>>>
>>>> **
>>>> This e-mail is confidential. It may also be legally privileged. If you
>>>> are not the intended recipient or have received it in error, please delete
>>>> it and all copies from your system and notify the sender immediately by
>>>> return e-mail. Any unauthorized reading, reproducing, printing or further
>>>> dissemination of this e-mail or its contents is strictly prohibited and may
>>>> be unlawful. Internet communications cannot be guaranteed to b

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread diliup gabadamudalige
https://bitbucket.org/pygame/pygame/downloads
http://pygame.info/downloads/

the above two links have a Pygame installation 3.76MB in size

http://www.pygame.org/download.shtml

the above link has a Pygame installation which is 6.14MB in size.

Which is the one I should use or is ther a build with the modules I
mentioned above?

So far I am using Python 2.7.8.32 bit and Pygame 32 on a Win 7 64 bit os



On Thu, Jul 31, 2014 at 7:28 PM, diliup gabadamudalige 
wrote:

> Thank you very much for your reply.
>
> Let's forget Py2exe for now.
>
> Even on Python 2.7.8 I still can't import freefont Why does the Pygame
> build differ in size on differnt official websites? Which one has all the
> libraries. I installed the one from bitbucket which allowed me to import
> freefonts but didn't have the pygame._view module. And in the pygame i
> downloaded from the Pygame site is 6.1MB in size and does not let me import
> freefonts.  Why is this? Where can I get a Pygame installation with BOTH
> Pygame._view modue AND freefont support?
>
> I am unable to use the new freetype fonts and copmpile to exe because of
> these two errors.
>
> Help is much appreciated.
>
> Thank you very much.
>
>
>
> On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
> jeffrey.kleyk...@gmail.com> wrote:
>
>> I don't know anything about py2exe but does this website help?
>> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>>
>>
>> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige > > wrote:
>>
>>> someone please help!
>>>
>>>
>>> -- Forwarded message --
>>> From: diliup gabadamudalige 
>>> Date: Thu, Jul 31, 2014 at 1:33 AM
>>> Subject: Missing Module and Font
>>> To: pygame-users@seul.org
>>>
>>>
>>> Dear Peter or anyone else who can help me,
>>>
>>> I downloaded
>>>
>>>- pygame-1.9.2a0.win32-py2.7.msi
>>> 6.4MB
>>>
>>> from the Pygmaesite and everything runs smoothly. I can comile using
>>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me the
>>> following error.
>>> ImportError: No module named freetype
>>>
>>> Now when I download Pygame from the link below
>>> https://bitbucket.org/pygame/pygame/downloads
>>>
>>> I can do import pygame.freetype but whn I compile the program using
>>> py2exe I get an error
>>> import pygame._view error. module not found.
>>>
>>> Please help as this is causing a LOT of preoblems and I am stuck between
>>> the view module and the freefont. Kind of uncomfortable here so please help
>>> me.
>>>
>>> Thank you very much in advance.
>>> --
>>> Diliup Gabadamudalige
>>>
>>> http://www.diliupg.com
>>> http://soft.diliupg.com/
>>>
>>>
>>> **
>>> This e-mail is confidential. It may also be legally privileged. If you
>>> are not the intended recipient or have received it in error, please delete
>>> it and all copies from your system and notify the sender immediately by
>>> return e-mail. Any unauthorized reading, reproducing, printing or further
>>> dissemination of this e-mail or its contents is strictly prohibited and may
>>> be unlawful. Internet communications cannot be guaranteed to be timely,
>>> secure, error or virus-free. The sender does not accept liability for any
>>> errors or omissions.
>>>
>>> **
>>>
>>>
>>>
>>>
>>> --
>>> Diliup Gabadamudalige
>>>
>>> http://www.diliupg.com
>>> http://soft.diliupg.com/
>>>
>>>
>>> **
>>> This e-mail is confidential. It may also be legally privileged. If you
>>> are not the intended recipient or have received it in error, please delete
>>> it and all copies from your system and notify the sender immediately by
>>> return e-mail. Any unauthorized reading, reproducing, printing or further
>>> dissemination of this e-mail or its contents is strictly prohibited and may
>>> be unlawful. Internet communications cannot be guaranteed to be timely,
>>> secure, error or virus-free. The sender does not accept liability for any
>>> errors or omissions.
>>>
>>> **
>>>
>>>
>>
>>
>> --
>>
>>   Jeffrey Kleykamp
>>
>
>
>
> --
> Diliup Gabadamudalige
>
> http://www.diliupg.com
> http://soft.diliupg.com/
>
>
> **
> This e-mail is confidential. It may also be legally privileged. If you are
> not the intended recipient or have received it in error, please delete it
> and all copies from your system and notify the sender immediately by return
> e-mail. Any unauthorized reading, reproducing, printing or further
> dissemination of this e-mail or its contents is strictly prohibited and may
> be unlawful. Internet communica

Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread diliup gabadamudalige
Thank you very much for your reply.

Let's forget Py2exe for now.

Even on Python 2.7.8 I still can't import freefont Why does the Pygame
build differ in size on differnt official websites? Which one has all the
libraries. I installed the one from bitbucket which allowed me to import
freefonts but didn't have the pygame._view module. And in the pygame i
downloaded from the Pygame site is 6.1MB in size and does not let me import
freefonts.  Why is this? Where can I get a Pygame installation with BOTH
Pygame._view modue AND freefont support?

I am unable to use the new freetype fonts and copmpile to exe because of
these two errors.

Help is much appreciated.

Thank you very much.



On Thu, Jul 31, 2014 at 6:45 PM, Jeffrey Kleykamp <
jeffrey.kleyk...@gmail.com> wrote:

> I don't know anything about py2exe but does this website help?
> phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
>
>
> On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige 
> wrote:
>
>> someone please help!
>>
>>
>> -- Forwarded message --
>> From: diliup gabadamudalige 
>> Date: Thu, Jul 31, 2014 at 1:33 AM
>> Subject: Missing Module and Font
>> To: pygame-users@seul.org
>>
>>
>> Dear Peter or anyone else who can help me,
>>
>> I downloaded
>>
>>- pygame-1.9.2a0.win32-py2.7.msi
>> 6.4MB
>>
>> from the Pygmaesite and everything runs smoothly. I can comile using
>> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me the
>> following error.
>> ImportError: No module named freetype
>>
>> Now when I download Pygame from the link below
>> https://bitbucket.org/pygame/pygame/downloads
>>
>> I can do import pygame.freetype but whn I compile the program using
>> py2exe I get an error
>> import pygame._view error. module not found.
>>
>> Please help as this is causing a LOT of preoblems and I am stuck between
>> the view module and the freefont. Kind of uncomfortable here so please help
>> me.
>>
>> Thank you very much in advance.
>> --
>> Diliup Gabadamudalige
>>
>> http://www.diliupg.com
>> http://soft.diliupg.com/
>>
>>
>> **
>> This e-mail is confidential. It may also be legally privileged. If you
>> are not the intended recipient or have received it in error, please delete
>> it and all copies from your system and notify the sender immediately by
>> return e-mail. Any unauthorized reading, reproducing, printing or further
>> dissemination of this e-mail or its contents is strictly prohibited and may
>> be unlawful. Internet communications cannot be guaranteed to be timely,
>> secure, error or virus-free. The sender does not accept liability for any
>> errors or omissions.
>>
>> **
>>
>>
>>
>>
>> --
>> Diliup Gabadamudalige
>>
>> http://www.diliupg.com
>> http://soft.diliupg.com/
>>
>>
>> **
>> This e-mail is confidential. It may also be legally privileged. If you
>> are not the intended recipient or have received it in error, please delete
>> it and all copies from your system and notify the sender immediately by
>> return e-mail. Any unauthorized reading, reproducing, printing or further
>> dissemination of this e-mail or its contents is strictly prohibited and may
>> be unlawful. Internet communications cannot be guaranteed to be timely,
>> secure, error or virus-free. The sender does not accept liability for any
>> errors or omissions.
>>
>> **
>>
>>
>
>
> --
>
>   Jeffrey Kleykamp
>



-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


Re: [pygame] Fwd: Missing Module and Font

2014-07-31 Thread Jeffrey Kleykamp
I don't know anything about py2exe but does this website help?
phttp://bytes.com/topic/python/answers/848048-py2exe-module-error


On Thu, Jul 31, 2014 at 5:27 AM, diliup gabadamudalige 
wrote:

> someone please help!
>
>
> -- Forwarded message --
> From: diliup gabadamudalige 
> Date: Thu, Jul 31, 2014 at 1:33 AM
> Subject: Missing Module and Font
> To: pygame-users@seul.org
>
>
> Dear Peter or anyone else who can help me,
>
> I downloaded
>
>- pygame-1.9.2a0.win32-py2.7.msi
> 6.4MB
>
> from the Pygmaesite and everything runs smoothly. I can comile using
> py2exe without any error. BUT I CANNOT import pygame.freetype. Gives me the
> following error.
> ImportError: No module named freetype
>
> Now when I download Pygame from the link below
> https://bitbucket.org/pygame/pygame/downloads
>
> I can do import pygame.freetype but whn I compile the program using py2exe
> I get an error
> import pygame._view error. module not found.
>
> Please help as this is causing a LOT of preoblems and I am stuck between
> the view module and the freefont. Kind of uncomfortable here so please help
> me.
>
> Thank you very much in advance.
> --
> Diliup Gabadamudalige
>
> http://www.diliupg.com
> http://soft.diliupg.com/
>
>
> **
> This e-mail is confidential. It may also be legally privileged. If you are
> not the intended recipient or have received it in error, please delete it
> and all copies from your system and notify the sender immediately by return
> e-mail. Any unauthorized reading, reproducing, printing or further
> dissemination of this e-mail or its contents is strictly prohibited and may
> be unlawful. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> **
>
>
>
>
> --
> Diliup Gabadamudalige
>
> http://www.diliupg.com
> http://soft.diliupg.com/
>
>
> **
> This e-mail is confidential. It may also be legally privileged. If you are
> not the intended recipient or have received it in error, please delete it
> and all copies from your system and notify the sender immediately by return
> e-mail. Any unauthorized reading, reproducing, printing or further
> dissemination of this e-mail or its contents is strictly prohibited and may
> be unlawful. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> **
>
>


-- 

  Jeffrey Kleykamp