Re: python error

2012-03-23 Thread Lisa Kachold
No logout and back in and see if your error is gone. On 22 Mar 2012 19:07, "Michael Havens" wrote: > now do you want me to add pythonbrew's bashrc file to mine after I make > the old file?? > > On Thu, Mar 22, 2012 at 3:47 PM, Lisa Kachold wrote: > >> Move the .bashrc to bashrc-old >> On 22 Mar

Re: python error

2012-03-23 Thread Michael Havens
I moved ~/.bashrc to ~/.bashrc-old and the error remains. hmm I just looked at my directory to verify that ~/.bashrc was moved and see a file called '.bashrc~'. the contents of which is what was in .bashrc: more .bashrc~ [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pyth

Re: python error

2012-03-23 Thread Gerard Snitselaar
On Fri Mar 23 12, Michael Havens wrote: > I moved ~/.bashrc to ~/.bashrc-old and the error remains. > hmm I just looked at my directory to verify that ~/.bashrc was > moved and see a file called '.bashrc~'. the contents of which is what was > in .bashrc: > > more .bashrc~ > [[ -s

Re: python error

2012-03-23 Thread Michael Havens
thanks Gerard! On Fri, Mar 23, 2012 at 10:11 AM, Gerard Snitselaar wrote: > On Fri Mar 23 12, Michael Havens wrote: > > I moved ~/.bashrc to ~/.bashrc-old and the error remains. > > hmm I just looked at my directory to verify that ~/.bashrc was > > moved and see a file called '.bashrc~'.

Re: python error

2012-03-23 Thread Michael Havens
h in the tty the error is a bit different: Traceback (most recent call last): File "", line 1, in ImportError: No module named virtualenvwrapper.hook_loader virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the module virtuale

Re: python error

2012-03-23 Thread Michael Havens
I don't know why but on gmail the error doesn't displAy correctly. Traceback (most recent call last): File "", line 1, in ImportError: No module named virtualenvwrapper.hook_loader virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the

Re: python error

2012-03-23 Thread Lisa Kachold
Whenever you edit a file from your editor, this file saves a backup. On Fri, Mar 23, 2012 at 10:07 AM, Michael Havens wrote: > I moved ~/.bashrc to ~/.bashrc-old and the error remains. > hmm I just looked at my directory to verify that ~/.bashrc was > moved and see a file called '.bashrc

Re: python error

2012-03-23 Thread Michael Havens
okay I reinstalled my system and opened a terminal and there is no error anymore. now I am installing virtualbox... and I have no error. And the virtual machine is now set to bridged and is started. Still no error. All is good again. So officially it seems everything is proper again. I wonder

Re: moving home to /dev/sda6

2012-03-23 Thread Michael Havens
well now I need to work on the other computer a little. I wanted to move the print server's /home to it's own partition but the partition i want to use is too small. So, my question is what do I need to copy? /home//documents i know I need but what else? I guess that is it. If there is space I sup

OT: SQL Question

2012-03-23 Thread Mark Phillips
I have a servlet/jsp/MySQL web site in production, and there are about 2,000 records in the flights table. One of the foreign keys is teacher_id. Up to this point, there is a one to many relationship between teacher_id and the data in the flights table. I need to change the data model to allow for

Re: OT: SQL Question

2012-03-23 Thread AZ Pete
Mark, The current scenario sounds like: "Each teacher can be assigned one or more flights, but each flight can have one and only one teacher". The new scenario sounds like it would be "Each teacher can be assigned one or more flights and each flight can have one or more teachers." To create th

Re: OT: SQL Question

2012-03-23 Thread Lisa Kachold
Hi Mark, On Fri, Mar 23, 2012 at 7:29 PM, Mark Phillips wrote: > I have a servlet/jsp/MySQL web site in production, and there are about > 2,000 records in the flights table. One of the foreign keys is teacher_id. > Up to this point, there is a one to many relationship between teacher_id > and the

Re: moving home to /dev/sda6

2012-03-23 Thread Ben Browning
On Fri, Mar 23, 2012 at 7:08 PM, Michael Havens wrote: > well now I need to work on the other computer a little. I wanted to move > the print server's /home to it's own partition but the partition i want to > use is too small. So, my question is what do I need to copy? > /home//documents i know I

PLUGdev April 5th presentation: Metaprogramming with Ruby

2012-03-23 Thread Ed
Hello All, Mark your calendar for the first Thursday in April - Paul Mooring is presenting "Metaprogramming with Ruby". PLUG Developers meeting is in room 245 from 7PM to 9PM at UAT in Tempe. see our site for directions http://www.plug.phoenix.az.us/ Title: Metaprogramming with Ruby Description

Re: moving home to /dev/sda6

2012-03-23 Thread Michael Havens
thanks ben. As it copies it runs out of room in the destination. It seems my home directory is larger than 13gig but the partition is only 10 gig.. It seems I have to repartition my drive again. And I thought this was going to be difficult. Actually I didn't think I had enough free space to reparti