Ubuntu :: Python Begginer Project Proposals
Jan 22, 2011
I just finished my first bash script for moving around mp3s based on their ID3 tags. So I'm fairly new to this kind of stuff!Now I need a small program for Stop Motion. I need it to be light, To preview the camera frame, and some number of previous shot frames, via "onion skining" and surprise surprise, to control my camera.The thing is that I'm thinking of writing it in Python2.6 because I believe that it will be much more efficient and fun.
My question is:
a) Is this project small enough for me to tackle (considering I'm a freelance and currently theres no job to be found)
b) Would you propose an alternative language and why?
c) What about a nice link for learning a bit of Python!
View 7 Replies
ADVERTISEMENT
Nov 5, 2010
I'm working on a music-related project built on python. I'd be interested in been able to use timidity to synthesize sound for me. I'm doing it on my application but I'm only using simple sine waves for all music and I'd like to be able to sound more realistic. Are the hooks available of timidity for python?
View 2 Replies
View Related
Sep 8, 2010
Using content proposal in helios, giving problem if u press tab. Below is the error. For recreation snippet is provided(taken from 2 sites) after error log.Only u need to press tab while proposal pop up is visible & then point mouse at client.
#################################ERROR LOG#############################
# A fatal error has been detected by the Java Runtime Environment:
#
[code]....
View 9 Replies
View Related
Mar 22, 2009
I want to be able to do
sudo ./program.py
instead of always having to do
sudo python program.py
What do I need to change?
View 5 Replies
View Related
Nov 30, 2009
I've already used line split stuff to transform my data into something like this in a text file:
Code:
['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']
[code]....
How can I get this on a python program so I can manipulate it as an array?
View 3 Replies
View Related
Oct 27, 2010
in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies
View Related
Jul 17, 2010
Python 3 want situation for python 2?Python 2 become stop?
View 1 Replies
View Related
Jan 7, 2011
yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:
[Code]....
View 2 Replies
View Related
Mar 4, 2010
I have a function definition in a Python 2.x script which take a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x
Code:
def blah(self, (string1, string2))
View 4 Replies
View Related
Mar 30, 2011
How can I upgrade python-2.4.3 to python-2.5?
View 1 Replies
View Related
Jan 12, 2011
This problem has to do with Python's interactive help (To get to the interactive help, just type help() at any interactive session). I like to browse all my installed Python modules, to see if I can find something that would be useful for my hobby programming projects. However, recently, typing modules (which is the command to list all installed modules) freezes the interactive session.
View 1 Replies
View Related
Nov 30, 2009
Fedora 12 officially uses Python 2.6, good. But the Google AppEngine still goes by Python 2.5 and is showing import errors while i try to start the SDK. Here is the stack trace.
[URL]
View 3 Replies
View Related
Feb 22, 2010
Yesterday I spent a good couple of hours putting together a video. When I shut down, Lives flushed my entire project because it uses a tmp working directory and places it as default in tmp.Today, I changed the working directory to Video, thinking this would be safe. Instead, the programme quit half-way through editing and I have now lost another good couple of hours.is there any way of saving my project?I can still see the .lay file but there doesn't seem to be any way of opening it.
View 7 Replies
View Related
Mar 5, 2011
I want to resume a fantastic old laptop from 1993, the "IBM THINKPAD X86 Model" with 130,544KB of RAM. I love to think a new life for that unused hardware. I have a working usb port (not functional as BOOT) and a working cdrom/dvd device ( not functional as BOOT too) but the NIC is dead and don't have the Floppydisc device. I have a windows2000 professional on it, with a working connection ADSL via modem USB.
- At first for resolve the BOOT problem i download wubi.exe: wubi dont find the internet connection (probably because it's via USB), and it cant download the ISO - I try the WUBI installation on offline mode, with the relative ISO ( the "Ubuntu 10.04.2 LTS (Lucid Lynx)" ):
the installation work but it's stop at the "verify of the system" and the system doesn't work, probably because that Distro of Ubuntu it's a Desktop version, and that need 256MB of RAM and the Thinkpad have less memory. I need to install xubuntu on this machine but on the wubi offline installation don not exist that ISO. I don't want to surrender, this machine MUST have a new life!
P.S: when i'll install the system, i want to open the laptop and restore and redesign the plastic and much more! and i'll want to insert all the project here...
View 7 Replies
View Related
Jun 15, 2011
I am trying to get a git repo up and running for a project. I currently am running git-daemon through xinetd, and can pull from the repo but not push back to it.
/etc/xinetd.d/git-daemon currently looks like this:
Code:
service git {
socket_type = stream
wait = no
user = gitman
group = gitman
server = /usr/bin/git-daemon
server_args = --inetd --reuseaddr --base-path=/home/gitman/root --export-all
--enable=receive-pack --verbose --syslog /home/gitman/root
log_on_failure += USERID }
And /var/log/messages looks like this:
Code:
Jun 15 15:25:14 dev1 xinetd[27922]: xinetd Version 2.3.14 started with libwrap
loadavg labeled-networking options compiled in.
Jun 15 15:25:14 dev1 xinetd[27922]: Started working: 1 available service
Jun 15 15:25:43 dev1 xinetd[27922]: START: git pid=27927 from=209.XXX.XXX.106
Jun 15 15:25:43 dev1 git-daemon[27927]: Extended attributes (22 bytes) exist
<host=dev1.aea.us.com>
Jun 15 15:25:43 dev1 git-daemon[27927]: Request receive-pack for '/EPA.git'
For some reason, the push request goes through, then stops and hangs. I went to lunch for an hour, and still nothing.
View 2 Replies
View Related
Apr 16, 2010
I have nearly completed a project.My team developed using C,shell scripts and qt.I would like to know how to package it as a .deb file??Also during installation,i want it to check for the existence of few packages in the system.If they are not there,i want it to download them using apt.
View 3 Replies
View Related
Apr 28, 2011
I have a small java project that handle connections. In order to run it from the terminal I have to cd into the folder that contains the source and run the following command:
java -cp classes com.packagename.mainclass
Where classes is the folder that contains the classes. I want ubuntu to run this application on startup, is there a Java command I can use? Or am I just better off creating a shell script?
View 1 Replies
View Related
Aug 26, 2010
I just started taking AP Computer Science A at my high school and we are learning to program in Java. At school we use Windows XP laptops with Jcreator but at home I just have my desktop with Ubuntu 10.04. I installed NetBeans 6.8 with no issues but can't figure out how to import and be able to work on my Jcreator projects from school. Not sure if this is the right section but I really need to get something working for school.
View 2 Replies
View Related
Mar 2, 2011
Does anyone have a recommendation for project management software? We don't need anything too fancy - just boiler plate tasks, time lines, Gantt and Pert charts, etc. We would like to put the area on the web with Apache using SSL/TLS and password authentication or client authentication (and an alternate port).
View 6 Replies
View Related
Apr 20, 2011
I would like to secure my site and I want to implement CAS for SSO, SELinux for the permission into my server and CODA, the last one I have read is not compatible with it, but I don't know if somebody have tried something. The most important request from HQ is use SELinux, they're conviced is the best one for the user permissions. I tried to look for some info in internet but there almost nothing.
View 2 Replies
View Related
Apr 29, 2011
I want to deploy xubuntu on several computers for a long term use. I (not surprisingly) didn't like unity, and want to use a lightweight desktop with more or less classical design. Unity, Gnome 3 and KDE are not a solution, so the best thing that works for me is xfce on top of xubuntu. But... I heard some rumors on the net that this project is dying. So I want to know what is the status of this project?
Is it a live and kicking project with a growing community, or a remnant of the past with a small group of amateurs that keep it alive as a hobby. I need to rely on a solid project with a strong support that can't fade away in seconds. Same question about the 'ubuntu' part of 'xubuntu'. I'm sure there are people around here that follow those projects closely and can describe the situation.
View 9 Replies
View Related
Apr 4, 2010
I am making a project learning about inheritance and polymorphism
it consists of
Account.h
Account.cpp
[code]....
View 2 Replies
View Related
May 14, 2010
I have added a couple of clips (1080p50 XVid) to a project, and each of them play fine in the Clip Monitor. I want to add these clips to the timeline and add the Dissolve transition between them.
I have achieved the above and when I click on the Play button on the Project Monitor, I can see the project playing including the transition. All fine so far.
After this first play of my new project, I have tried to move the playback position bar and once I do so, the project monitor goes black. From this point on, I cannot see my project playing whether I start playback from the beginning or from an arbitrary mid-point. I may see a flicker of an image, and the transition effect may appear but that is it until I quit Kdenlive and start again.
I'm stumped as to what could cause this. I did wonder if it was because I was using onboard graphics, but I have upgraded that element of the computer today with no change in the result.
Computer specifications are as follows:
* Ubuntu 10.04LTS Lucid Lynx
* Intel E3200 Dual Core Celeron 2.4GHz
* 1GB DDR2 800MHz RAM
* MSI NVidia 8400GS 512MB Graphics Card
I know the machine doesn't have the highest specification in the world, and perhaps more RAM is needed for this job. I don't believe this to be the causing factor in this problem though considering playback is initially achieved.
Following a search of the internet, I've attempted two possible ways of resolving this: disabling Compiz, starting Kdenlive from the terminal using 'env XLIB_SKIP_ARGB_VISUALS=1 kdenlive' and running the Config Wizard. Neither has given the resolution.
View 1 Replies
View Related
Aug 29, 2010
I have a folder in my Home folder and called "Projects". I want to change the icon of the folder Project so the icon changed in everywhere. In "Places", Open Dialogs, Save Dialogs and Normal View in Nautilus.
What I have done:
Change the icon using Right-Click -> Properties -> Basic Tab -> Clicked the current icon and changed it.
But this changed it only in Nautilus. If I added this folder to "Places" it will appear with the Default icon. The same thing if I browsed to it using Open Dialogs or Save Dialogs.
View 5 Replies
View Related
Sep 24, 2010
I was trying to install java on 10.04 in firefox. Now whenever I try to get new software, there is none to be found. I am getting the error message "E: Malformed line 54 in source list /etc/apt/sources.list (dist parse) E: the list source cannot be read". To top it all off, I still cannot get java to function. I am pretty new to this.
View 7 Replies
View Related
Oct 17, 2010
I'm trying to make a program for Windows Me and linux that will mimic/imitate Windows Security Center. Maybe put it in the cloud? WIndows Me is good, it doesn't matter that Windows Me is discontinued, and I'm not trolling. But my main focus is linux.
View 9 Replies
View Related
Feb 16, 2011
I tried to update my eclipse to the Helios version through a PPA, but I wanted to use it for programming in C / C++, in order to integrate it with the NS-3. After updating CDT installed the plugin but could not create project in C / C + + because they did not appear in the File -> New -> Project. I decided to return to the previous version to see the eclipse in the repositories by default.I did:
Code:
sudo apt-get purge eclipse*
sudo apt-get autoclean
[code]....
View 1 Replies
View Related
Apr 28, 2011
I needed to create a virtual host for a php project I'm working on. Rather than using command line and text editors, I installed webmin to accomplish this and hopefully perform other server configuration in the future. When I created the virtual host and tried applying the changes Apache wouldn't re-start, and still doesn't restart after complete re-boot. It's getting hung up at the end of apache2.conf, which is trying to include /etc/apache2/sites-enabled/000-default.
When I look at 000-default from a File Browser, it's a linked file to etc/apache2/sites-available/default I can open both the linked file and actual file in a text editor, and it looks fine. When I view the directory, /etc/apache2/sites-available from shell, the default file isn't visible. It seems this "invisibility" is probably related to the error, which is preventing start-up. Can anyone explain why the file would be visible from the Ubuntu File Browser GUI but not from the terminal, and how I can fix so apache can recognize this on start-up?
View 3 Replies
View Related
Jul 13, 2011
I'm trying to install pawn for linux (downloaded from here: [URL] how to install pawn-3.3.4127.project file ?
View 3 Replies
View Related
Sep 7, 2010
Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we need to configure all those every time in a new PC when we add. Is there any other way to do this job very easily and the any method to create our application executable to run in all PCs with the dependencies packages installed.
View 1 Replies
View Related