Ubuntu :: Does 10.04 Come Default With Pygame
Oct 9, 2010Does Ubuntu 10.04 come default with pygame installed?
View 2 RepliesDoes Ubuntu 10.04 come default with pygame installed?
View 2 RepliesI am new to pygame and Linux and I am using Red Hat Linux and I cannot import pygame. I thought I installed it but when I open up Python IDLE It says "No module named pygame". Does anyone know what is wrong?? I downloaded pygame1.9.1.release.tar.gz from URL...I might not have installed it or maybe I need something else too, I don't know.
View 6 Replies View RelatedWhy are all of the Pygame games so slow? Even a simple platform-hopping game moves like a snail. Other enourmously more complicated games, not Python in origin, don't seem to have such a problem on the same hardware. Is it that the programmers are (just like me), too inexperienced? Or can I just not expect to get good performance from Pygame?
View 5 Replies View RelatedI am trying to install pygame(from source) for python3 on my openSUSE 11.3. From repos pygame is only available for python2 and not for python 3. While running the installation scripts I am getting this:
Code:
linux-eeow:/home/vivek/Projects/codes/python/pygame-1.9.1release # python3 setup.py
No Arguments Given, Perform Default Install? [Y/n]Y
WARNING, No "Setup" File Exists, Running "config.py"
Using UNIX configuration...
Hunting dependencies...
SDL : found 1.2.14
FONT : not found
IMAGE : not found
MIXER : not found
SMPEG : found 0.4.5
PNG : found
JPEG : found
SCRAP : found
PORTMIDI: not found
PORTTIME: not found
Warning, some of the pygame dependencies were not found. Pygame can still compile and install, but games that depend on those missing dependencies will not run.
Would you like to continue the configuration? [Y/n]:
What these dependencies are. What all do I need to install...
accidently deleated ubuntu lucid default theme,and lost the default user logon,it's now flat and gray.how to get it back?i still have the background, not the user logon
View 8 Replies View Relatedin maverick the default package installer (when I double click on a .deb) is Ubuntu Software Centre, how can I make the default package installer from lucid (was it called "dpkg"?) the default again? Ubuntu Software Centre is too slow and freezes every time I click on something, can it be replaced?
View 2 Replies View RelatedI have already had Vista installed on another drive and from what i've read on the webs you get to dualboot if you install ubuntu after vista. when i did install it (i installed on a blank hdd with no partitions, choosing the "erase entire disk" option since for some reason default option was attempting to eat a part of my windows 1 gb drive instead of using disk i specially made for it) and the grub 2 loaded for the first time, there was NO option to run vista. only 2 linux (normal and recovery) and 2 memtests. I've ran linux and went to google this. I found that i should add something to some config files in /etc/grub.d/From reading the readme file i understood i could add my own files that are named like NUMBER_SOMENAME and insert code into them. Because it said:Quote: For example, you can add an entry to boot another OS as01_otheros, 11_otheros, etc, depending on the position you want it to occupy inthe menu; and then adjust the default setting via /etc/default/grub. But then i found a file 40_custom that said:
Code:
#!/bin/sh
exec tail -n +3 $0
[code]....
I changed the default player for mp3 to audacious, which works fine, just that every time I doubleclick a mp3 file, a second application button appears in my taskbar saying "opening [file]" which looks like the default player. this program will eventually time out and go away, but it's still annoying - any idea on how I would go about fixing this?
View 2 Replies View RelatedI was using ubuntu 10.04 till yesterday.. and due to hdd crash i have changed my hdd.
while looking for my installation disc, my wall-mate gives me this Ubuntu Studio dvd and instead of downloading a new one, i have installed the studio. at the first sight ... i am being a fond of studio version .. its really cool.
now, i am quite habituated with default appearance of ubuntu, i found studio appearance is quite unusual (for me, menu layouts, panel everything).
I would like to know how do i change this default appearance like ubuntu default 10.04 appearance. I am attaching a screen-shoot of my friends desktop, he upgraded his ubuntu thru apptitude update.
How is it possible to change the default text that is displayed on the default BASH logon (attached)?
View 1 Replies View RelatedHow do i get the default mail icon and the default chat icon to popup on my launcher?
View 1 Replies View RelatedFor some reason, i cannot set my default browser to Chromium. Whenever i open up Chromium, it asks whether it should be the default browser or not. I say yes i mean "Set as default" But nothing happens. When i open it again, i am greeted with the same question again.
View 3 Replies View RelatedI just got Karmic running tonight. I need to know how I set a program as default. For instance, if I select a photo or a song and I want a different program than what comes up. Also, is there a user manuel for this os?
View 2 Replies View RelatedI recently install lotus notes and symphony on my Ubuntu desktop. It is now defaulting all my docs to open in symphony. Is there a way for me to change it to default back to Open Office?
View 4 Replies View RelatedI would like to set window 7 as the default OS in lubuntu I have both installed but in gmone or what ever it's called Lubuntu is the option that it starts on.
View 1 Replies View RelatedQuote:
One of the greatest things about Linux, ( I'm currently using Ubuntu 10.04 LTS) is your ability to install more than one version of java. Ubuntu, and by default, comes loaded with OpenJdk, which is an open source version of Java. As I stated in a previous discussion, I had some issues to run glassfish with the OpenJdk, so I decided to install the "closed" version of Java directly from Sun microsystem's website ( Hosted by oracle nowadays).
After downloading the latest Java development kit(JDK) which also includes the Java Runtime Envirnonment (JRE), I installed it from the terminal. The java file I downloaded was a ".bin" file. I have explained in the previous discussion, how to install a .bin file.
The installer will extract all the contents of the ".bin" file to a folder in the same directory as of the ".bin" file. Assuming that you have extracted the contents of the ".bin" file to a folder on your Desktop called JAVA6, then the path to this folder would be:
/Desktop/JAVA6
after that go to your terminal window and do the following: sudo update-alternatives --install "/usr/bin/java" "java" "/Desktop/JAVA6/bin/java" 1
Then issue the following command:
sudo update-alternatives --set Desktop/JAVA6/bin/java
This should set your newly installed java as your default JVM and JRE.
The default status of my wireless internet device is off and it is very annoying. Where is the setting for turning the default to on?
View 1 Replies View RelatedI have a desktop that I would like to use DWM with. I have used DWM before and love it, but that was on computers that no one else would use. Previously, I used xinitrc without a display manager. I'd like to keep my ubuntu 10.04 system more or less as is for all but one user- me. In the Login Screen preference dialog I can choose the default session but I would like to change only the default for one user. Is this possible? I'd like for gdm to just run an .xsession script as I did before instead of launching the default gnome session with metacity window manager, but I'll accept any solution which allows me to use dwm as the window manager for only one user. I'm very familiar with dwm and related tools but I do not have a proper understanding of how gdm works to fix this.
View 2 Replies View RelatedI'm planning to install Ubuntu 10.04 on an old computer of my friend's. The problem is, and this may sound strange, is that We do NOT want him to have Java. I currently still run the 10.04 BETA and I know that that doesn't come with Java defualt, you have to enable restricted software and get it from the package manager. I was wondering if the Ubuntu 10.04, erm, non-beta was the same way?
View 3 Replies View Relatedall the default themes have dissapeared and my desktop looks UGLY! I have tried reinstalling light-themes and it hasn't worked
View 1 Replies View RelatedI am using a desktop Ubuntu, but I am interested in using Unity, how can I set it as default desktop environment? Would it be fine without GNOME?? how to remove it.
View 2 Replies View RelatedHow do I set VLC in default in 10.10? I've tried it using the file settings, but I still wind up with Parole...
View 1 Replies View RelatedI was wondering why VLC is not the default player for Ubuntu 10.10. Is it not good? Is the default one installed in 10.10 better?
View 2 Replies View RelatedAs the caption says I wonder If there's a way to set a default workspace, I mean for when I boot my PC to be in a determined workspace.
View 7 Replies View Relatedi used startup-manager but it doesnt work.
i used the grub.cfg file but i dont know waht number i will use in the "set default=6" because i have a submenu called 'Previous Linux Versions". i dont know if it counts as 2 or 3 because i dont know if the options inside is included or if it will count as 2.
my grub menu looks like this 9not exactly like this LOL)
Code:
ubuntu
ubuntu
Previous linux versions
memory test
memory test
[Cod]....
I've noticed in git and various scripts, there is a default user email address. This seems to default to user user@ubuntu.ubuntu-domain. Is there a way for me to set this to my ral email address?
View 2 Replies View Relatedim looking to allow virtualbox raw disk access to /dev/sdb
currently if i
ls -l /dev/sdb
brw-rw---- 1 root disk 8,2010-01-04 17:00 /dev/sdb
now if i chmod this to 777 or use chown to change the owner this temporarily works but after a few moments it defaults back to its original permissions.
is there a way i can define the permission? i was thinking fstab but i can't have a mount point?
Whenever I reboot my computer, my second monitor isn't activated and I have to manually set it up again.
View 3 Replies View RelatedWhile recently tweaking my system i deleted some startup applications from System->Preferences->Startup Applications. Now my themes and some other settings are not showing up while I login.
here the default set of startup application entries that come when you do a clean install? I am using Ubuntu 9.10 64bit
PS: If there is any work around to reset.
Numerous packagesare asking for my default keyring password. The only password I have ever created on this newly installed netbook remix 9.1 is my user password. That is not accepted by the default keyring. I have tried to change the default keyring password using my administrator user name password.What is the default keyring password? How can I change it, or use it if I have never known it or created it?
View 3 Replies View Related