Anaconda navigator not working

2021-06-20 Thread Liya Ann Sunny
After installing Anaconda, I tried to open the anaconda navigator but it did not work. When i check in anaconda prompt by running code >>>anaconda it got error like this (base) C:\Users\Acer>anaconda Traceback (most recent call last): File "C:\Users\Acer\anaconda3\Scripts\anaconda-script.py", li

Tkinter problem

2021-06-18 Thread Liya Ann Sunny
I am using Colab. How could solve this problem. import tkinter as Tk from tkinter import * import sys import os #create main window master = Tk() master.title("tester") master.geometry("300x100") #make a label for the window label1 = tkinter.Label(master, text='Hello') # Lay out label label1

Python Developers needed in Austin TX with a top notch IT company

2012-10-02 Thread sunny narang
with large scale systems 5) Proficiency with Linux, ability to write Bash / Perl / Python scripts to run CRON jobs 6) Experience working in an agile environment and with a distributed team If interested, please reply with your updated Resume at sunny_nar...@persistent.co.in Regards, Sunny

Re: Unable to make ironpython run in browser with silverlight

2011-05-25 Thread Sunny
On May 26, 9:44 am, Jimmy Schementi wrote: > You need to run it from a web-server; it doesn't work when running from > file:// due to Silverlight's security sandbox. Read the comments on my > blog-post, it mentions the web-server there. I see.. But here: http://silverlighttest.zzl.org/silverlig

Re: ValueError: invalid literal for int():

2010-07-26 Thread Sunny chilgod
27; Hence i get the error. hope i am clear now. - Sunny On Mon, Jul 26, 2010 at 4:25 PM, Chris Rebert wrote: > On Mon, Jul 26, 2010 at 3:25 AM, lee wrote: > > Hi, > > > > I have a value, > > > > partintid = int(Screw plugg (91_10 -> untitled)) > > &g