Discussion:
Missing Module and Font
diliup gabadamudalige
2014-07-30 20:03:13 UTC
Permalink
Dear Peter<pete-***@public.gmane.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 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
2014-07-31 09:27:53 UTC
Permalink
someone please help!

---------- Forwarded message ----------
From: diliup gabadamudalige <diliupg-***@public.gmane.org>
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
To: pygame-users-***@public.gmane.org


Dear Peter<pete-***@public.gmane.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 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
2014-07-31 13:15:41 UTC
Permalink
I don't know anything about py2exe but does this website help?
phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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
2014-07-31 13:58:35 UTC
Permalink
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 <
Post by Jeffrey Kleykamp
I don't know anything about py2exe but does this website help?
phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
diliup gabadamudalige
2014-07-31 14:04:17 UTC
Permalink
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
Post by 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 <
Post by Jeffrey Kleykamp
I don't know anything about py2exe but does this website help?
phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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
2014-07-31 15:57:58 UTC
Permalink
PLEASE HELP. URGENT.

---------- Forwarded message ----------
From: diliup gabadamudalige <diliupg-***@public.gmane.org>
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
To: pygame-users-***@public.gmane.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
Post by 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 <
Post by Jeffrey Kleykamp
I don't know anything about py2exe but does this website help?
phttp://bytes.com/topic/python/answers/848048-py2exe-module-error
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
Noel Garwick
2014-07-31 16:06:47 UTC
Permalink
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.
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
diliup gabadamudalige
2014-07-31 16:16:16 UTC
Permalink
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.
Post by Noel Garwick
Diliup,
- 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.
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
Noel Garwick
2014-07-31 16:34:08 UTC
Permalink
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! :)
Post by 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.
Post by Noel Garwick
Diliup,
- 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 <
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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 <
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
Christoph Gohlke
2014-07-31 16:34:00 UTC
Permalink
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
Post by 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.
Diliup,
* 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
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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
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
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
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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
2014-07-31 19:36:11 UTC
Permalink
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?
Post by Noel Garwick
Diliup,
- 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.
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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
2014-07-31 20:14:04 UTC
Permalink
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.
Post by 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?
Post by Noel Garwick
Diliup,
- 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 <
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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 <
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
Noel Garwick
2014-08-01 16:53:37 UTC
Permalink
Awesome. So I guess someone needs to re-compile the installer and submit
it?
Post by 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.
Post by 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?
Post by Noel Garwick
Diliup,
- 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 <
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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 <
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
diliup gabadamudalige
2014-08-02 07:28:58 UTC
Permalink
looks like it. :)
Post by Noel Garwick
Awesome. So I guess someone needs to re-compile the installer and submit
it?
Post by 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.
Post by 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?
Post by Noel Garwick
Diliup,
- 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 <
Post by diliup gabadamudalige
PLEASE HELP. URGENT.
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 7:34 PM
Subject: Re: [pygame] Fwd: Missing Module and Font
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 <
Post by 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 <
Post by 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 <
Post by diliup gabadamudalige
someone please help!
---------- Forwarded message ----------
Date: Thu, Jul 31, 2014 at 1:33 AM
Subject: Missing Module and Font
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 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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
--
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.
**********************************************************************************************
Pavol Gočik
2014-07-31 15:22:43 UTC
Permalink
Hello,

when checking the http://pygame.info/developers/ site, there is a reference to download freetype from the following page: http://www.freetype.org/download.html..

see the "long install" description

I assume that some builds already included that code, some didn`t..



----- Pôvodná správa -----
Od: "diliup gabadamudalige" <diliupg-***@public.gmane.org>
Komu: pygame-users-***@public.gmane.org
Odoslané: streda, 30. júl 2014 22:03:13
Predmet: [pygame] Missing Module and Font



Dear Peter < pete-***@public.gmane.org > 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.
**********************************************************************************************

_____________________________________________________________________

http://ad.sme.sk/ Reklama na Sme.sk vam prinasa viac.
Continue reading on narkive:
Loading...