Noah Clark

75
reputation
58 views

Registered User

name Noah Clark
member for 5 months
seen Nov 7 at 20:16
website
location
age
Nov
7
comment Django App Not Showing up in Admin Interface
Lemonad is a pimp! That fixed it.
Nov
7
comment Django App Not Showing up in Admin Interface
Yes, I did. Thank you so much!
Nov
7
comment Django App Not Showing up in Admin Interface
I just switched over to your model and still no go. I think your model is a better approuch anyway. It looks a lot cleaner and it is how I've seen it on other sites. Thanks for the attempt though!
Nov
7
comment Django App Not Showing up in Admin Interface
I tried that and it still didn't work for me. Let me try that again!
Nov
7
asked Django App Not Showing up in Admin Interface
Nov
1
comment Could not import/No module named Django Error with Apache
i added from myproject.orgDisplay import views to my urls.py file and still no luck.
Nov
1
comment Could not import/No module named Django Error with Apache
I don't see the difference between your append statement and mine. Also, where would I add the import statement. In my urls.py file? That is where I'm calling this from.
Nov
1
comment Could not import/No module named Django Error with Apache
I believe if I added import orgDisplay.views that would probably fix it. So do I add that to my urls.py file? It seems odd I'd have to go mucking around in my settings like that.
Nov
1
asked Could not import/No module named Django Error with Apache
Oct
25
comment Using Python Regular Expression in Django.
This is awesome. I was looking for something like this online!
Oct
25
asked Using Python Regular Expression in Django.
Jul
22
comment IRC Python Bot: Best Way
Awesome! Thanks! I'll keep this in mind!
Jul
13
comment How do you address data returned to a socket in python?
Thank you, I'll check that out too.
Jul
13
comment How do you address data returned to a socket in python?
I've already looked at that and I'll revisit this evening. I'm trying to understand how to view the chat in an object oriented way. Thanks!
Jul
13
comment How do you address data returned to a socket in python?
Neither, actually, although more of the "how to write a complete IRC Client." Obviously, this is beyond the scope of Stack Over Flow. Basically when I issue a command to an IRC Server such as /nick newnick it typically returns something. How do I catch that?
Jul
13
asked How do you address data returned to a socket in python?
Jul
8
awarded  Commentator
Jul
8
comment IRC Python Bot: Best Way
I just checked out Twisted again and found it under the IM section. Thanks for the link. What exactly does the Asynchat help with?
Jul
8
comment IRC Python Bot: Best Way
Thanks for the heads up on the AIML package!
Jul
8
awarded  Editor
Jul
8
revised IRC Python Bot: Best Way
added 504 characters in body; added 45 characters in body
Jul
8
asked IRC Python Bot: Best Way
Jul
4
comment Yahoo Chat in Python
Not really. Yahoo chat isn't the same as Yahoo Messenger, but Yahoo messenger can connect to Yahoo Chat. Basically, it depends on what the library supports if I can do it or not.
Jul
4
asked Yahoo Chat in Python
Jul
2
comment Using the AND and NOT Operator in Python
S. Lott, I'm actually using yours! Should I stop using it?
Jul
2
comment Using the AND and NOT Operator in Python
Andrew thanks for cleaning that up for me. How'd you do it?
Jul
2
awarded  Scholar
Jul
2
awarded  Supporter
Jul
2
asked Using the AND and NOT Operator in Python
Jul
1
comment Object Attribute in Random List Not Accessible in Python
John Kugelman you are correct. This is basically to determine all knowable information about a given triangle knowing only three properties.
Jul
1
comment Object Attribute in Random List Not Accessible in Python
Thanks for your input. 1. I've change Triangle to match PEP8. I've googled this and bookmarked it. I'll use this in the future to clarify how things should be styled. 2. I don't understand what you mean by invalid. Do you mean mathematically or pythonically invalid? I am working on checking to make sure ABC (the three angles) don't exceed 180. 3. Not sure what you mean by "Maybe you need to think about this..." as I'm not sure what "this" is. The idea here is that the program will be able to solve the missing angles/sides if given enough information.
Jul
1
comment Object Attribute in Random List Not Accessible in Python
Okay, I assumed they were superficial, but I'm to the point now where I really want to learn python and really understand what's going on instead of hacking my way through it. Sorry, you're correct, you were 1 minute faster!
Jul
1
comment Object Attribute in Random List Not Accessible in Python
For some reason I couldn't. It makes sense now! Is there any reason to do this over the previous poster?
Jul
1
comment Object Attribute in Random List Not Accessible in Python
This works, but doesn't work for my application as I don't want to set just the first three.
Jul
1
awarded  Student
Jul
1
asked Object Attribute in Random List Not Accessible in Python