Sponsored Content
Top Forums Programming Two problems with my python code Post 303043523 by Neo on Thursday 30th of January 2020 10:03:58 AM
Old 01-30-2020
This is an interesting problem.

Is it possible to post your exact HTML (the entire page source code) which is giving you the errors in question 1?

I would like to example the HTML which is causing the funky looking drop down menu.

Thanks.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Code conversion from JSP to PYTHON

Guys I need to convert a code from JSP (Java Tags are also there inside JSP) to PYTHON. I have OK kind of knowledge in PYTHON, but dont have a muck knowledge in JAVA/JSP. Any idea how to approach? Thanks in advance to all C Saha (1 Reply)
Discussion started by: csaha
1 Replies

2. Shell Programming and Scripting

python code...convert to ksh or sh

Helloo... I am not much familiar with python..I found this small script in python I even do not have python on my computer...can anyone help me out to convert this into ksh or sh.. PLEASE any help I will appreciate.. here is python code.. #!/usr/bin/env python import random # Get a... (3 Replies)
Discussion started by: amon
3 Replies

3. Shell Programming and Scripting

Python: popen problems

Hello I'm writing a web server in python(obelisk-http.sourceforge.net) and I'm having a greeat problem with POST method it like that When someone make a POST request to the server it must open the executable(perl/python/.exe/elf) and send to the STANDART in (stdin) the request and get the... (2 Replies)
Discussion started by: sendai
2 Replies

4. Red Hat

Python Installation problems on Redhat Enterprise Linux.

Hi All, I have to upgrade python installed on my Redhat enterprise Linux 4. I downloaded the latest python package from python website but not able to install the new package as the make command itself goes on running for more than a day. Can some help me regarding this. Is ther any method to... (2 Replies)
Discussion started by: Praveen H
2 Replies

5. Shell Programming and Scripting

Help with Python Code Whitespace

Hello All, I have some python code that pulls together titles and displays them on web pages. Here is the section of code I am struggling with: #string to grab title titlePattern =r'''\s*(\(+\))?(?P<title>.*)''' #returns the title part of the subject line def getTitle... (0 Replies)
Discussion started by: jhampt
0 Replies

6. Programming

Compiling and running Python code

Hey there, First post here in the Unix forums, but I have used them a lot for research over the last year. Anyways, to why I'm here now: I'm working on a project and I'll be using the AIS Parser SDK by Brian C. Lane (can't post the link, but google that and the first 8 links will be relevant) ... (4 Replies)
Discussion started by: pmd006
4 Replies

7. Shell Programming and Scripting

conversion of code in perl and python

How to convert below bash code in perl and python. for BLOCK in /sys/block/emcpow* do echo "100000" > "$BLOCK"/queue/nr_requests echo "noop" > "$BLOCK"/queue/scheduler done (2 Replies)
Discussion started by: learnbash
2 Replies

8. Programming

Curl alternative for python code

Need to run this api command via curl, the python code works without any problems , but we want the same to be run as curl command import requests params = {'username': 'testuser'} params = 'c3NhbmthMDJjsd' params = 'test' params = 'guide' params = '192.168.0.37' params =... (2 Replies)
Discussion started by: iron_michael86
2 Replies

9. Shell Programming and Scripting

Simple Python Code Question

I have the following code: #!/usr/bin/env python mylist = def printWithoutNewlines(): for objects in mylist: #print(objects) objects = objects.replace('hello', "hi") print objects When executed, it gives the following output: ## ./loop.py hi... (3 Replies)
Discussion started by: SkySmart
3 Replies

10. Programming

What is wrong with below python inheritance code?

I am using python 3.4. Below is the exception I am getting- Traceback (most recent call last): File "./oop.py", line 20, in <module> y = DerivedClass("Manu") File "./oop.py", line 15, in __init__ super().__init__(self,value) TypeError: __init__() takes 2 positional arguments but... (2 Replies)
Discussion started by: Tanu
2 Replies
KWSTYLE(1)						      General Commands Manual							KWSTYLE(1)

NAME
KWStyle - Style checker for source code SYNOPSIS
KWStyle DESCRIPTION
This manual page documents briefly the KWStyle command. You can find information in the KWStyle manual page and on the KWStyle web page http://public.kitware.com/KWStyle. OPTIONS
[ -d ] = Specify a directory [ -R ] = Associated with -d recurse through directories [ -v ] = Display errors [ -qv ] = Display less information [ -lesshtml ] = Display less HTML [ -vim ] = Generate errors as VIM format [ -msvc ] = Generate errors as MSVC format [ -gcc ] = Generate errors as GCC format [ -html [filename] ] = Generate the HTML report [ -cvs ] = Using KWStyle as a cvs precommit script [ -exporthtml ] = Export the HTML report online [ -xml [filename] ] = Read a XML configure file [ -exportxml [filename] ] = Write output the report as a simple XML [ -o [filename] ] = Overwrite rules file [ -D ] = Specify a file listing all the directories [ -B [filename] ] = Specify the base directory of the file [ -b [filename] ] = Specify a black list of words [ -dart <filename> [maxerror] [group] ] = Write out files to be send to the dart server With: maxerror (Default = -1) With: group (Default = 0) [ -kwsurl <url> ] = Specify the base url of the KWStyle HTML report [ -fix ] = Write out a fixed version of the parsed file <infile> = input filename SEE ALSO
HTML KWStyle Documentation Page at http://public.kitware.com/KWStyle/documentation.htm AUTHOR
Julien Jomier This manual page was written by Mathieu Malaterre <malat@debian.org> for the Debian GNU/Linux system (but may be used by others). 30 July 2009 KWSTYLE(1)
All times are GMT -4. The time now is 08:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy