The recent redhat-rpm-config change and you

Konstantin Ryabitsev icon at linux.duke.edu
Tue Jun 21 18:12:12 UTC 2005


On Tue, 2005-06-21 at 14:07 -0400, Peter Jones wrote:
> vroomfondel:~$ cat > foo.py <<EOF
> > #!/usr/bin/python
> > print "foo"
> > EOF
> vroomfondel:~$ chmod 0755 ./foo.py
> vroomfondel:~$ ./foo.py
> foo
> vroomfondel:~$ ls -l foo.*
> -rwxr-xr-x  1 pjones pjones 30 Jun 21 14:05 foo.py
> vroomfondel:~$
> 
> It does?  I don't _think_ I've changed anything related to that...

icon at hagrid:[~]$ cat > foo.py<<EOF
> #!/usr/bin/python
> print "imported foo"
> EOF
icon at hagrid:[~]$ python
Python 2.4.1 (#1, May 16 2005, 15:19:29)
[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import foo
imported foo
>>>
icon at hagrid:[~]$ ls foo*
foo.py  foo.pyc
icon at hagrid:[~]$

Regards,
-- 
Konstantin ("Icon") Ryabitsev
Duke University Physics Sysadmin




More information about the Fedora-maintainers mailing list